-
Notifications
You must be signed in to change notification settings - Fork 236
Updating docs for langchain azure ai repo #963
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
Updating docs for langchain azure ai repo #963
Conversation
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.
Pull Request Overview
This PR updates documentation for Azure Cosmos DB vector stores by migrating references from the deprecated langchain-community
package to the new langchain-azure-ai
package. The changes include updating import paths, installation instructions, API method signatures, and adding new entries to integration lists.
Key changes:
- Migration from
langchain-community
tolangchain-azure-ai
for Azure Cosmos DB vector stores - Updates to search API parameters (changing from
pre_filter
towhere
,query_type
tosearch_type
) - Addition of Azure AI provider documentation with vector store examples
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 11 comments.
Show a summary per file
File | Description |
---|---|
src/oss/python/integrations/vectorstores/index.mdx |
Adds accordion sections for Azure Cosmos DB vector stores and updates navigation links |
src/oss/python/integrations/vectorstores/azure_cosmos_db_no_sql.mdx |
Updates package imports, API parameters, and code examples to use langchain-azure-ai |
src/oss/python/integrations/vectorstores/azure_cosmos_db_mongo_vcore.mdx |
Updates package imports and class names to use langchain-azure-ai |
src/oss/python/integrations/providers/azure_ai.mdx |
Adds vector store documentation sections for both Azure Cosmos DB variants |
reference/python/docs/integrations/index.md |
Adds reference entry for langchain-azure-ai package |
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.
Pull Request Overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
src/oss/python/integrations/vectorstores/azure_cosmos_db_mongo_vcore.mdx
Outdated
Show resolved
Hide resolved
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.
Pull Request Overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 6 comments.
src/oss/python/integrations/vectorstores/azure_cosmos_db_no_sql.mdx
Outdated
Show resolved
Hide resolved
src/oss/python/integrations/vectorstores/azure_cosmos_db_no_sql.mdx
Outdated
Show resolved
Hide resolved
src/oss/python/integrations/vectorstores/azure_cosmos_db_mongo_vcore.mdx
Outdated
Show resolved
Hide resolved
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.
Pull Request Overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
@mdrxy Please review once you get a chance. |
26aa716
to
7478299
Compare
a482163
to
7478299
Compare
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
Overview
Type of change
Type: Update existing documentation / Remove outdated content