[PR #2467] [MERGED] docs: update Azure Cosmos DB references to Azure DocumentDB #2457

Closed
opened 2026-02-17 17:23:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2467
Author: @sinedied
Created: 2/4/2026
Status: Merged
Merged: 3/5/2026
Merged by: @lnhsingh

Base: mainHead: documentdb


📝 Commits (2)

  • 3ff4d55 docs: update Azure Cosmos DB for MongoDB vCore references to Azure DocumentDB
  • bef7ce2 Merge branch 'main' into documentdb

📊 Changes

5 files changed (+145 additions, -10 deletions)

View changed files

📝 src/oss/javascript/integrations/providers/all_providers.mdx (+3 -3)
📝 src/oss/javascript/integrations/providers/microsoft.mdx (+4 -4)
📝 src/oss/javascript/integrations/vectorstores/azure_cosmosdb_mongodb.mdx (+7 -1)
src/oss/javascript/integrations/vectorstores/azure_documentdb.mdx (+129 -0)
📝 src/oss/javascript/integrations/vectorstores/index.mdx (+2 -2)

📄 Description

Overview

Azure CosmosDB for MongoDB vCore was rebranded as Azure DocumentDB.

This PR updates the docs to reflect that, while maintaining backward compatibility and marking the old imports and classes as deprecated. The feature PR is linked below (that needs to be merged first)

Type of change

Type: New documentation page / Update existing documentation

Related issues/PRs

  • Linear issue: /
  • Slack thread: /

Checklist

  • I have read the contributing guidelines
  • 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/2467 **Author:** [@sinedied](https://github.com/sinedied) **Created:** 2/4/2026 **Status:** ✅ Merged **Merged:** 3/5/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `documentdb` --- ### 📝 Commits (2) - [`3ff4d55`](https://github.com/langchain-ai/docs/commit/3ff4d553226e39d57bc1352e4e11efa2fdf802e9) docs: update Azure Cosmos DB for MongoDB vCore references to Azure DocumentDB - [`bef7ce2`](https://github.com/langchain-ai/docs/commit/bef7ce23c256f2f01bf47b6fa33cb855095c4331) Merge branch 'main' into documentdb ### 📊 Changes **5 files changed** (+145 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/providers/all_providers.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/providers/microsoft.mdx` (+4 -4) 📝 `src/oss/javascript/integrations/vectorstores/azure_cosmosdb_mongodb.mdx` (+7 -1) ➕ `src/oss/javascript/integrations/vectorstores/azure_documentdb.mdx` (+129 -0) 📝 `src/oss/javascript/integrations/vectorstores/index.mdx` (+2 -2) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> Azure CosmosDB for MongoDB vCore was rebranded as Azure DocumentDB. This PR updates the docs to reflect that, while maintaining backward compatibility and marking the old imports and classes as deprecated. The feature PR is linked below (that needs to be merged first) ## Type of change **Type:** New documentation page / Update existing documentation ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - Feature PR: https://github.com/langchain-ai/langchainjs/pull/9919 <!-- 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) - [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 - [x] 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-02-17 17:23:26 -05:00
yindo changed title from [PR #2467] docs: update Azure Cosmos DB references to Azure DocumentDB to [PR #2467] [MERGED] docs: update Azure Cosmos DB references to Azure DocumentDB 2026-06-05 18:18:41 -04:00
yindo closed this issue 2026-06-05 18:18:41 -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#2457