[PR #1271] [MERGED] docs (examples): replace SqliteSaver with MemorySaver #1988

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1271
Author: @vbarda
Created: 8/7/2024
Status: Merged
Merged: 8/8/2024
Merged by: @vbarda

Base: mainHead: vb/update-notebooks


📝 Commits (4)

  • 887935a docs (examples): replace SqliteSaver with MemorySaver
  • d893581 more changes
  • 2424971 Update input_output_schema.ipynb
  • 1aaef25 more changes

📊 Changes

15 files changed (+2717 additions, -126 deletions)

View changed files

📝 examples/chatbots/customer-support.ipynb (+266 -28)
📝 examples/chatbots/information-gather-prompting.ipynb (+2 -2)
📝 examples/code_assistant/langgraph_code_assistant_mistral.ipynb (+1 -1)
📝 examples/customer-support/customer-support.ipynb (+2082 -33)
📝 examples/human-in-the-loop.ipynb (+329 -24)
📝 examples/input_output_schema.ipynb (+0 -1)
📝 examples/introduction.ipynb (+18 -18)
📝 examples/memory/add-summary-conversation-history.ipynb (+2 -2)
📝 examples/memory/delete-messages.ipynb (+2 -2)
📝 examples/memory/manage-conversation-history.ipynb (+4 -4)
📝 examples/persistence.ipynb (+4 -4)
📝 examples/time-travel.ipynb (+1 -1)
📝 examples/tutorials/rag-agent-testing.ipynb (+2 -2)
📝 examples/tutorials/tool-calling-agent-local.ipynb (+2 -2)
📝 examples/usaco/usaco.ipynb (+2 -2)

📄 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/1271 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 8/7/2024 **Status:** ✅ Merged **Merged:** 8/8/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/update-notebooks` --- ### 📝 Commits (4) - [`887935a`](https://github.com/langchain-ai/langgraph/commit/887935a5c989d3be10ffe87d5e1dab2e38eb14b8) docs (examples): replace SqliteSaver with MemorySaver - [`d893581`](https://github.com/langchain-ai/langgraph/commit/d8935814e6377cfbe1c76c4627d534e8983fe05d) more changes - [`2424971`](https://github.com/langchain-ai/langgraph/commit/24249714494a1b3a5449e575346e254c82335e2b) Update input_output_schema.ipynb - [`1aaef25`](https://github.com/langchain-ai/langgraph/commit/1aaef257cfc13dba8f489db1e801a0c97ea7e8ce) more changes ### 📊 Changes **15 files changed** (+2717 additions, -126 deletions) <details> <summary>View changed files</summary> 📝 `examples/chatbots/customer-support.ipynb` (+266 -28) 📝 `examples/chatbots/information-gather-prompting.ipynb` (+2 -2) 📝 `examples/code_assistant/langgraph_code_assistant_mistral.ipynb` (+1 -1) 📝 `examples/customer-support/customer-support.ipynb` (+2082 -33) 📝 `examples/human-in-the-loop.ipynb` (+329 -24) 📝 `examples/input_output_schema.ipynb` (+0 -1) 📝 `examples/introduction.ipynb` (+18 -18) 📝 `examples/memory/add-summary-conversation-history.ipynb` (+2 -2) 📝 `examples/memory/delete-messages.ipynb` (+2 -2) 📝 `examples/memory/manage-conversation-history.ipynb` (+4 -4) 📝 `examples/persistence.ipynb` (+4 -4) 📝 `examples/time-travel.ipynb` (+1 -1) 📝 `examples/tutorials/rag-agent-testing.ipynb` (+2 -2) 📝 `examples/tutorials/tool-calling-agent-local.ipynb` (+2 -2) 📝 `examples/usaco/usaco.ipynb` (+2 -2) </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:46:01 -05:00
yindo closed this issue 2026-02-20 17:46:01 -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#1988