Fidelis Akilan's picture
3 4

Fidelis Akilan

fideliskailan
·

AI & ML interests

None yet

Recent Activity

commented on an article about 2 months ago
Code a simple RAG from scratch
liked a dataset 2 months ago
stanfordnlp/sst2
View all activity

Organizations

None yet

fideliskailan's activity

commented on Code a simple RAG from scratch about 2 months 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 5 months ago
view article
Article

AI Speech Recognition in Unity

5