#Llamafile Rag in Javascript

1 messages · Page 1 of 1 (latest)

thorn rapids
#

Hi, Is there any example to implement Rag using llamafile and mongodb vector store in node js ?

inner bloom
#

You could easily write some Python code that takes the embeddings from this server, and puts them into MongoDB.

thorn rapids
#

Thank you so much, just wanted to check if there is any example for Node js implementation?

#

node JS implementation to invoke llamafile and pass mongodb vector store embeddings and get the text generation response?