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

community: Adding IN Operator to AzureCosmosDBNoSQLVectorStore #29805

Merged
merged 2 commits into from
Feb 16, 2025

Conversation

jesusfbes
Copy link
Contributor

  • ** Description**: I have added a new operator in the operator map with key $in and value IN, so that you can define filters using lists as values. This was already contemplated but as IN operator was not in the map they cannot be used.
  • Issue: Fixes AzureCosmosDBNoSqlVectorSearch does not support IN queries #29804.
  • Dependencies: No extra.

There is not IN operator in the operator_map of AzureCosmosDBNoSQLVectorStore. We have added it with key $in"
Copy link

vercel bot commented Feb 14, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchain ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 11:37am

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. community Related to langchain-community Ɑ: vector store Related to vector store module labels Feb 14, 2025
@dosubot dosubot bot added the lgtm PR looks good. Use to confirm that a PR is ready for merging. label Feb 16, 2025
@ccurme ccurme merged commit 1dfac90 into langchain-ai:master Feb 16, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Related to langchain-community lgtm PR looks good. Use to confirm that a PR is ready for merging. size:XS This PR changes 0-9 lines, ignoring generated files. Ɑ: vector store Related to vector store module
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

AzureCosmosDBNoSqlVectorSearch does not support IN queries
2 participants