It sounds like you are facing an issue where the vector search in MongoDB with Langchain is returning an empty array. This problem typically arises when a vector search index has not been created or properly configured.
In MongoDB Atlas, vector search indexes must be created to enable vector search…
Top comments (0)