Local RAG - which embedding to use? #3518
Answered
by
Alumniminium
ianscrivener
asked this question in
Q&A
-
I'm coding a RAG demo with llama.cpp, Weaviate vector database and LlamaIndex.. (which works closely with langchain). Should I use llama.cpp embeddings, or a leading embedding model like BAAI/bge-small-en? |
Beta Was this translation helpful? Give feedback.
Answered by
Alumniminium
Oct 11, 2023
Replies: 1 comment 4 replies
-
i use bge-large-en-1.5 and it works very well. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
ianscrivener
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i use bge-large-en-1.5 and it works very well.