Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Mongo Vector Store - retrieval not working #50

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

indradeep
Copy link
Contributor

@indradeep indradeep commented Jun 16, 2024

fixed #49

Retrievals were failing because the index_name was not initialized to the collection name.

Langchain Mongo Atlas vector search uses default as the index name if not specified.

@indradeep indradeep changed the title Set index name to collection name at store factory init fix: Mongo Vector Store - retrieval not working Jun 17, 2024
@danny-avila
Copy link
Owner

thank you!

@danny-avila danny-avila merged commit 1d58df5 into danny-avila:main Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mongo RAG Store not retrieving
2 participants