Replies: 2 comments 5 replies
-
I've tried that with openchat 3.5, results were usually acceptable. |
Beta Was this translation helpful? Give feedback.
3 replies
-
This one works for me so long as you don't need the GPU to work (CPU only). It also supports BGE, which is one of the higher ranked hugging face embedding models. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having a hard time on the embedding part of a RAG app. It seems llama.cpp supports generating embeddings, but I get really poor results with any gguf model I try. I tried some Bert-based models but those don't load because Bert isn't supported, and I see some discussions about adding those but as of now nothing like that is available.
So what model do people use to generate embeddings right now?
Beta Was this translation helpful? Give feedback.
All reactions