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

Enable Filters in MongoDB Vector Search Retriever #3333

Merged
merged 3 commits into from
Oct 16, 2024

Conversation

ghondar
Copy link
Contributor

@ghondar ghondar commented Oct 10, 2024

Summary:

This pull request introduces changes that enable the use of filters in the MongoDB vector search retriever, similar to how it’s done in Pinecone.

Description:

• These changes will allow the implementation of filters in the MongoDB Vector Search Retriever, aligning with the capabilities provided by Pinecone.
• When creating an Atlas Vector Search to index the embedding field, it’s important to also add the filters you want to use, as demonstrated in the MongoDB documentation: MongoDB Atlas Vector Search - Create Index.

Points to consider:

• Ensure that when configuring the Atlas Vector Search for your application, you define both the embedding field and any necessary filters during index creation, as described in the documentation.

screenshots:

Screenshot 2024-10-10 at 12 18 04 PM

Screenshot 2024-10-10 at 12 19 56 PM

@HenryHengZJ
Copy link
Contributor

can you use pnpm lint-fix for linting issues?
and do you have a working screenshots that you can share?

@ghondar
Copy link
Contributor Author

ghondar commented Oct 13, 2024

sure, format lint fixed and screenshots added

Copy link
Contributor

@HenryHengZJ HenryHengZJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @ghondar !

@HenryHengZJ HenryHengZJ merged commit 235fcfe into FlowiseAI:main Oct 16, 2024
2 checks passed
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.

2 participants