[PR #535] [CLOSED] Mongo integratation to persist Data #1527

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/535
Author: @Mahdi-Ba
Created: 5/26/2024
Status: Closed

Base: mainHead: example/mongo-integration


📝 Commits (1)

  • 866dadb Mongo integratation to persist Data

📊 Changes

2 files changed (+303 additions, -0 deletions)

View changed files

examples/integrate_with_mongo/action.ipynb (+247 -0)
examples/integrate_with_mongo/storage.py (+56 -0)

📄 Description

By following these steps, you can efficiently manage a stateful graph in LangGraph, leveraging its upsert capabilities to maintain a dynamic and consistent graph database. This approach is particularly useful for applications that require real-time updates and historical state tracking, such as social networks, recommendation systems,Human decision, and knowledge graphs.


🔄 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/535 **Author:** [@Mahdi-Ba](https://github.com/Mahdi-Ba) **Created:** 5/26/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `example/mongo-integration` --- ### 📝 Commits (1) - [`866dadb`](https://github.com/langchain-ai/langgraph/commit/866dadb7b0ae86250e0813d6b7d02557246b8246) Mongo integratation to persist Data ### 📊 Changes **2 files changed** (+303 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/integrate_with_mongo/action.ipynb` (+247 -0) ➕ `examples/integrate_with_mongo/storage.py` (+56 -0) </details> ### 📄 Description By following these steps, you can efficiently manage a stateful graph in LangGraph, leveraging its upsert capabilities to maintain a dynamic and consistent graph database. This approach is particularly useful for applications that require real-time updates and historical state tracking, such as social networks, recommendation systems,Human decision, and knowledge graphs. --- <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:44:57 -05:00
yindo closed this issue 2026-02-20 17:44:57 -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#1527