[PR #963] [MERGED] Updating docs for langchain azure ai repo #1181

Closed
opened 2026-02-17 17:21:52 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/963
Author: @aayush3011
Created: 10/16/2025
Status: Merged
Merged: 10/20/2025
Merged by: @mdrxy

Base: mainHead: users/akataria/cosmosdbDocUpdates


📝 Commits (10+)

  • a86b717 Updating docs for langchain azure ai
  • 400a26e Updating more docs
  • 2490f91 Merge branch 'main' into users/akataria/cosmosdbDocUpdates
  • 96b29d0 Resolving comments
  • 87be35c Resolving comments
  • 7729acd Resolving comments
  • fdadfce Resolving comments
  • e3e3038 Merge branch 'main' into users/akataria/cosmosdbDocUpdates
  • 7478299 Resolving comments
  • 0bf7a7f Temporarily revert rename for merge

📊 Changes

9 files changed (+1537 additions, -186 deletions)

View changed files

📝 .github/copilot-instructions.md (+1 -0)
📝 AGENTS.md (+1 -0)
📝 CLAUDE.md (+1 -0)
📝 reference/python/pyproject.toml (+76 -67)
📝 reference/python/uv.lock (+1223 -63)
📝 src/oss/python/integrations/providers/azure_ai.mdx (+83 -2)
📝 src/oss/python/integrations/vectorstores/azure_cosmos_db_mongo_vcore.mdx (+13 -16)
📝 src/oss/python/integrations/vectorstores/azure_cosmos_db_no_sql.mdx (+80 -37)
📝 src/oss/python/integrations/vectorstores/index.mdx (+59 -1)

📄 Description

Overview

  • Added updates for Azure Cosmos DB Vector Store in the for langchain-azure-ai repo.

Type of change

Type: Update existing documentation / Remove outdated content


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/963 **Author:** [@aayush3011](https://github.com/aayush3011) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/20/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `users/akataria/cosmosdbDocUpdates` --- ### 📝 Commits (10+) - [`a86b717`](https://github.com/langchain-ai/docs/commit/a86b7179b83c98683523cbf489c053e6a9836cc9) Updating docs for langchain azure ai - [`400a26e`](https://github.com/langchain-ai/docs/commit/400a26e73981f58b9b05928bd842a25bc23b8a65) Updating more docs - [`2490f91`](https://github.com/langchain-ai/docs/commit/2490f91449c3cd40391d36ff682b3d609c7bbfc0) Merge branch 'main' into users/akataria/cosmosdbDocUpdates - [`96b29d0`](https://github.com/langchain-ai/docs/commit/96b29d0dd28a35ee405bd1aa0e769879a769ed16) Resolving comments - [`87be35c`](https://github.com/langchain-ai/docs/commit/87be35cf139c889c1b0f5c6299bf943a4719864d) Resolving comments - [`7729acd`](https://github.com/langchain-ai/docs/commit/7729acd9843d2c5c3c465c5afd82fff76eb8307c) Resolving comments - [`fdadfce`](https://github.com/langchain-ai/docs/commit/fdadfcece76244fb2bd68a86633b9ad8af6e078b) Resolving comments - [`e3e3038`](https://github.com/langchain-ai/docs/commit/e3e3038c5297458d1f547f99fc2ab160645b0d92) Merge branch 'main' into users/akataria/cosmosdbDocUpdates - [`7478299`](https://github.com/langchain-ai/docs/commit/74782996f1fe523f4f4d7fd7a615ff98ac5a0a4f) Resolving comments - [`0bf7a7f`](https://github.com/langchain-ai/docs/commit/0bf7a7f23f066f4e86fa26b8aa85faf36ce18ee7) Temporarily revert rename for merge ### 📊 Changes **9 files changed** (+1537 additions, -186 deletions) <details> <summary>View changed files</summary> 📝 `.github/copilot-instructions.md` (+1 -0) 📝 `AGENTS.md` (+1 -0) 📝 `CLAUDE.md` (+1 -0) 📝 `reference/python/pyproject.toml` (+76 -67) 📝 `reference/python/uv.lock` (+1223 -63) 📝 `src/oss/python/integrations/providers/azure_ai.mdx` (+83 -2) 📝 `src/oss/python/integrations/vectorstores/azure_cosmos_db_mongo_vcore.mdx` (+13 -16) 📝 `src/oss/python/integrations/vectorstores/azure_cosmos_db_no_sql.mdx` (+80 -37) 📝 `src/oss/python/integrations/vectorstores/index.mdx` (+59 -1) </details> ### 📄 Description ## Overview - Added updates for Azure Cosmos DB Vector Store in the for langchain-azure-ai repo. ## Type of change **Type:** Update existing documentation / Remove outdated content --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:21:52 -05:00
yindo closed this issue 2026-02-17 17:21:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1181