Changing the default embedding model #988
Unanswered
PatrickLdA
asked this question in
Q&A
Replies: 1 comment
-
Hey @PatrickLdA , can you confirm that the embedding model used to query the index is the same as the embedding mode used to generate the emeddings to store data in the index? For example if you are using distributed ingestion you may need to make sure that the Kernel Memory service config has the same embedding model as well. Just something to check. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm using this application and making some tests in it integrating with qdrant and one of a few changes I've made was changing the default embedding model to
text-embedding-3-large
.By simpling switching the embedding model, I've noticed that the retrieval responses from the dabatase now have significantly less correlation than when using the default
ada v2
embedding model.Has anyone had this type of problem or made this change? Is there anything I'm forgetting to change so I can enjoy the new embeddings advancements?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions