Embeddings Trouble #2214
Unanswered
Connor2573
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I am trying to get an embedding model through LocalAI for use with RAG.
I have tried llama.cpp models and they load successfully but then return an error saying it is unimplemented.
Sentencetransformers models return a value but they always return near the same location. Thus it always returns the same documents no matter what for my RAG application. The same problem happens with my Bert embeddings.
Can anyone offer assistance?
Beta Was this translation helpful? Give feedback.
All reactions