-
Notifications
You must be signed in to change notification settings - Fork 15.7k
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
LangChain Community: VectorStores: Azure Cosmos DB Mongo vCore with DiskANN #27329
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…gchain into yangqiao/AddDiskANN
@baskaryan could you help review this PR? We have some users waiting for this feature, thanks :) |
@efriis could you help review this PR? We have some users waiting for this feature, thanks :) |
@eyurtsev could you help review this PR? We have some users waiting for this feature, thanks :) |
hi @ccurme , @vbarda , @hwchase17 could anyone review this PR? We have some users waiting for this feature, thanks :) |
@isahers1 could you review this PR? I @-mention the recommended people, but they didn't come to see it .... |
@baskaryan, @efriis, @eyurtsev, @ccurme, @vbarda, @hwchase17, could you help review this PR? We have some users waiting for this feature, thanks :) |
Friendly ping @baskaryan for a review here. |
Also, if you're interested in maintaining this integration without us in the loop, we'd love to get an integration package out! Future PRs against langchain would just be {docs updates, as well as registering your package in Here's the guide, and if you have questions, feel free to leave them in the comments on those pages so others can see them! https://python.langchain.com/docs/contributing/how_to/integrations/ |
You should reach out to @marlenezw for help getting set up in the https://github.com/langchain-ai/langchain-azure repo if you want to host out of there! |
Description
Add a new vector index type
diskann
to Azure Cosmos DB Mongo vCore vector store. Paper of DiskANN can be found here DiskANN: Fast Accurate Billion-point Nearest Neighbor Search on a Single Node.Sample Usage
Dependencies
No additional dependencies were added