ChatVectorDBChain vector similarity search is very inaccurate #1864
Unanswered
srithedesigner
asked this question in
Q&A
Replies: 1 comment
-
I'm having the same problem. The problem seems to be with the vectorstore similarity_search ... I've been running tests directly with that instead of through an AI model (because I was getting such bad results), and no matter how I set the search distance or number of documents returned there are exact matches missing. |
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
-
So currently we have a milvus vector store, and we have some documents ingested in it. In langchain this vectorstore is being passed to a ChatVectorDBChain and a question is asked, and the answer we are getting is I don't know and the source documents are very very unrelated. Like even when asking an exact question mentioned in one of the docs, the source documents output by the ChatVectorDBChain is not able to search the related documents. Any help would be deeply appreciated. Please comment below for any further information required.
question generator is a text-davinci-003 openAI model.
Beta Was this translation helpful? Give feedback.
All reactions