-
Notifications
You must be signed in to change notification settings - Fork 126
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
Azure CosmosDB Vector Search integration #1099
Azure CosmosDB Vector Search integration #1099
Conversation
|
…haystack-core-integrations into users/akataria/azurecosmosdb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @aayush3011 and thank you for opening this pull request. Please understand that we'll need some time to review it, it's quite a number of lines of code. By the way, have you considered releasing it yourself in a separate repository? We would still list it in the overview of Haystack integrations https://haystack.deepset.ai/integrations/ but the difference would be that you keep ownership of the code.
…haystack-core-integrations into users/akataria/azurecosmosdb
It seems that we can already use Azure CosmosDB via our existing integrations. I am closing the PR for the moment. |
Related Issues
Azure Cosmos DB Mongo vCore
Azure Cosmos DB NoSql
Proposed Changes:
Added vector search support for Azure Cosmos DB for NoSql and Mongo vCore. It includes all the features mentioned in the links above.
How did you test it?
Added unit tests, and integration tests for testing.
Notes for the reviewer
Checklist
fix:
,feat:
,build:
,chore:
,ci:
,docs:
,style:
,refactor:
,perf:
,test:
.