[PR #983] [MERGED] [Docs] Added Asynchronous implementation of MongoDB persistence #1812

Closed
opened 2026-02-20 17:45:36 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/983
Author: @theofficialvedantjoshi
Created: 7/10/2024
Status: Merged
Merged: 7/11/2024
Merged by: @vbarda

Base: mainHead: theofficialvedantjoshi/mongodb-checkpoints


📝 Commits (10+)

  • 31a7f2b feat: add MongoDBSaver for storing checkpoints in MongoDB
  • 9b25f4e [Docs] MongoDB persistence
  • e29fffd Merge branch 'main' into theofficialvedantjoshi/mongodb-checkpoints
  • 1fccd79 [Docs] added persistence_mongodb.ipynb file
  • 7456d61 Merge branch 'theofficialvedantjoshi/mongodb-checkpoints' of https://github.com/theofficialvedantjoshi/langgraph into theofficialvedantjoshi/mongodb-checkpoints
  • 2a4b085 [Docs] moved notebook to the right directory
  • 46f1736 Merge branch 'main' into theofficialvedantjoshi/mongodb-checkpoints
  • 086b485 Update docs/mkdocs.yml
  • 63eae62 fix: review comment bugs
  • 01dda66 added get_tuple examples

📊 Changes

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

View changed files

📝 examples/persistence_mongodb.ipynb (+405 -1)

📄 Description

No description provided


🔄 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/langgraph/pull/983 **Author:** [@theofficialvedantjoshi](https://github.com/theofficialvedantjoshi) **Created:** 7/10/2024 **Status:** ✅ Merged **Merged:** 7/11/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `theofficialvedantjoshi/mongodb-checkpoints` --- ### 📝 Commits (10+) - [`31a7f2b`](https://github.com/langchain-ai/langgraph/commit/31a7f2bf4fa7cc5434e613e8b70d673cfb472a3e) feat: add MongoDBSaver for storing checkpoints in MongoDB - [`9b25f4e`](https://github.com/langchain-ai/langgraph/commit/9b25f4e1668c404ea78e06b094375724f63b3902) [Docs] MongoDB persistence - [`e29fffd`](https://github.com/langchain-ai/langgraph/commit/e29fffd36bc8058fe793adc0e91b8b0bac90e014) Merge branch 'main' into theofficialvedantjoshi/mongodb-checkpoints - [`1fccd79`](https://github.com/langchain-ai/langgraph/commit/1fccd791a08e354940337658f558a8a55598ae95) [Docs] added persistence_mongodb.ipynb file - [`7456d61`](https://github.com/langchain-ai/langgraph/commit/7456d6121ec7c691052eb89d2520ef99d7ca6e39) Merge branch 'theofficialvedantjoshi/mongodb-checkpoints' of https://github.com/theofficialvedantjoshi/langgraph into theofficialvedantjoshi/mongodb-checkpoints - [`2a4b085`](https://github.com/langchain-ai/langgraph/commit/2a4b085d68bdd7c3c865c3b2488e06cc131f7549) [Docs] moved notebook to the right directory - [`46f1736`](https://github.com/langchain-ai/langgraph/commit/46f1736dc2f478d2efc4c214fdfe1324019a132a) Merge branch 'main' into theofficialvedantjoshi/mongodb-checkpoints - [`086b485`](https://github.com/langchain-ai/langgraph/commit/086b485dae1bb189a166d4d0210f9e5b24525b9f) Update docs/mkdocs.yml - [`63eae62`](https://github.com/langchain-ai/langgraph/commit/63eae62bd2c3f976c35a192ce53a86c18b2e1d0a) fix: review comment bugs - [`01dda66`](https://github.com/langchain-ai/langgraph/commit/01dda667192418946e067976fbe5303b07b2a183) added get_tuple examples ### 📊 Changes **1 file changed** (+405 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `examples/persistence_mongodb.ipynb` (+405 -1) </details> ### 📄 Description _No description provided_ --- <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-20 17:45:36 -05:00
yindo closed this issue 2026-02-20 17:45:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1812