[PR #3762] [MERGED] # Update docs for langchain-azure-cosmosdb v1.0 release #3786

Closed
opened 2026-06-05 18:53:08 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3762
Author: @aayush3011
Created: 4/28/2026
Status: Merged
Merged: 4/28/2026
Merged by: @mdrxy

Base: mainHead: users/akataria/cosmosdbDocs


📝 Commits (1)

  • f0918ae Updating docs for cosmosdb

📊 Changes

7 files changed (+73 additions, -27 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+2 -2)
📝 src/oss/langgraph/persistence.mdx (+1 -1)
📝 src/oss/python/integrations/checkpointers/index.mdx (+1 -0)
📝 src/oss/python/integrations/providers/azure_ai.mdx (+5 -6)
📝 src/oss/python/integrations/providers/microsoft.mdx (+54 -9)
📝 src/oss/python/integrations/vectorstores/azure_cosmos_db_no_sql.mdx (+6 -4)
📝 src/oss/python/integrations/vectorstores/index.mdx (+4 -5)

📄 Description

Overview

Updates the Python docs for the new langchain-azure-cosmosdb v1.0.0 release, which consolidates all Azure Cosmos DB for NoSQL integrations (vector store, semantic cache, chat message history, and the LangGraph checkpointer / cache / store) into a single standalone package, with first-class async support and Microsoft Entra ID (DefaultAzureCredential)
auth.

Type of change

Type: Update existing documentation

Related issues/PRs

  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 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/3762 **Author:** [@aayush3011](https://github.com/aayush3011) **Created:** 4/28/2026 **Status:** ✅ Merged **Merged:** 4/28/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `users/akataria/cosmosdbDocs` --- ### 📝 Commits (1) - [`f0918ae`](https://github.com/langchain-ai/docs/commit/f0918aee7fc37960398ddd78d0a5f56555ce4972) Updating docs for cosmosdb ### 📊 Changes **7 files changed** (+73 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+2 -2) 📝 `src/oss/langgraph/persistence.mdx` (+1 -1) 📝 `src/oss/python/integrations/checkpointers/index.mdx` (+1 -0) 📝 `src/oss/python/integrations/providers/azure_ai.mdx` (+5 -6) 📝 `src/oss/python/integrations/providers/microsoft.mdx` (+54 -9) 📝 `src/oss/python/integrations/vectorstores/azure_cosmos_db_no_sql.mdx` (+6 -4) 📝 `src/oss/python/integrations/vectorstores/index.mdx` (+4 -5) </details> ### 📄 Description ## Overview Updates the Python docs for the new `langchain-azure-cosmosdb` v1.0.0 release, which consolidates all Azure Cosmos DB for NoSQL integrations (vector store, semantic cache, chat message history, and the LangGraph checkpointer / cache / store) into a single standalone package, with first-class async support and Microsoft Entra ID (`DefaultAzureCredential`) auth. ## Type of change **Type:** Update existing documentation ## Related issues/PRs - GitHub issue: - Feature PR: https://github.com/langchain-ai/langchain-azure/tree/main/libs/azure-cosmosdb <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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-06-05 18:53:08 -04:00
yindo closed this issue 2026-06-05 18:53:08 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3786