Fidelis Akilan's picture
3 4

Fidelis Akilan

fideliskailan
·

AI & ML interests

None yet

Recent Activity

Organizations

None yet

fideliskailan's activity

commented on Code a simple RAG from scratch 12 days ago
view reply

Thanks for making this article, It is really easy to follow through and beginner friendly.

In this code, the input= chunk, should be input= query

def retrieve(query, top_n=3):
  query_embedding = ollama.embed(model=EMBEDDING_MODEL, input=chunk)['embeddings'][0]
upvoted an article 3 months ago
view article
Article

AI Speech Recognition in Unity

3