Arjun Krishna
Results
3
comments of
Arjun Krishna
solved it by using from langchain.embeddings import FastEmbedEmbeddings retriever = FAISS.from_documents( docs, FastEmbedEmbeddings() ).as_retriever()
Thanks. Will try that out.
yes, that would be great to try out this model too.