[PR #3790] [CLOSED] fix(docs): correct CosmosDB checkpointer package name and add install command #3812

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3790
Author: @uditstocks
Created: 4/29/2026
Status: Closed

Base: mainHead: fix/cosmosdb-checkpointer-package-name


📝 Commits (2)

  • b98f406 fix(docs): correct CosmosDB checkpointer package name and add install command
  • ce9f11f Merge branch 'main' into fix/cosmosdb-checkpointer-package-name

📊 Changes

1 file changed (+4 additions, -1 deletions)

View changed files

📝 src/oss/langgraph/persistence.mdx (+4 -1)

📄 Description

Overview

Corrected the package name for the Azure Cosmos DB checkpointer from langchain-azure-cosmosdb to langgraph-checkpoint-cosmosdb. Also added the missing pip install command block for clarity and ensured the markdown formatting exactly matches the other checkpointer entries (like Postgres and SQLite) to prevent list rendering issues.

Type of change

Type: Fix typo/bug/link/formatting

Related issues/PRs

  • GitHub issue: closes #3788

  • Feature PR: N/A

  • Linear issue: N/A

  • Slack thread: N/A

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

Additional notes

Package verified on PyPI v0.2.5. Markdown line-breaks and API link brackets (@[...]) were verified to prevent any layout breaking in the UI.


🔄 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/3790 **Author:** [@uditstocks](https://github.com/uditstocks) **Created:** 4/29/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/cosmosdb-checkpointer-package-name` --- ### 📝 Commits (2) - [`b98f406`](https://github.com/langchain-ai/docs/commit/b98f4060c0073821a8ad8c447bc189d098a2507b) fix(docs): correct CosmosDB checkpointer package name and add install command - [`ce9f11f`](https://github.com/langchain-ai/docs/commit/ce9f11f68665ae0d4f2f6698a1e4e9c41e46afd8) Merge branch 'main' into fix/cosmosdb-checkpointer-package-name ### 📊 Changes **1 file changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langgraph/persistence.mdx` (+4 -1) </details> ### 📄 Description ## Overview Corrected the package name for the Azure Cosmos DB checkpointer from `langchain-azure-cosmosdb` to `langgraph-checkpoint-cosmosdb`. Also added the missing `pip install` command block for clarity and ensured the markdown formatting exactly matches the other checkpointer entries (like Postgres and SQLite) to prevent list rendering issues. ## Type of change **Type:** Fix typo/bug/link/formatting ## Related issues/PRs - GitHub issue: closes #3788 - Feature PR: N/A - Linear issue: N/A - Slack thread: N/A ## Checklist - [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 ## Additional notes Package verified on PyPI v0.2.5. Markdown line-breaks and API link brackets (`@[...]`) were verified to prevent any layout breaking in the UI. --- <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:13 -04:00
yindo closed this issue 2026-06-05 18:53:13 -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#3812