[PR #1766] [MERGED] fix docs langgraph persistence checkpoints md #1832

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1766
Author: @sh-gongwenlong
Created: 12/6/2025
Status: Merged
Merged: 12/8/2025
Merged by: @lnhsingh

Base: mainHead: wenlong/fix-persistence-checkpoints-md


📝 Commits (2)

  • a0c2d2a fix docs langgraph persistence checkpoints md
  • 35f8f2d Merge branch 'main' into wenlong/fix-persistence-checkpoints-md

📊 Changes

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

View changed files

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

📄 Description

Overview

Fix typo in import statement: corrected incorrect MemoryServer reference to the valid MemorySaver export from @langchain/langgraph, aligning the code example with the actual library API (eliminates import errors for end users).

Related issues/PRs

  • GitHub issue: N/A
  • Feature PR: N/A
  • Linear issue: N/A
  • Slack thread: N/A

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

Additional notes

The code example incorrectly referenced MemoryServer (a non-existent export from @langchain/langgraph), which would cause import errors for users implementing the example. This change corrects the reference to MemorySaver—the official, valid export for persistent memory management in LangGraph. No other functional or structural changes are included; this is a pure typo fix to ensure the example is accurate and runnable.


🔄 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/1766 **Author:** [@sh-gongwenlong](https://github.com/sh-gongwenlong) **Created:** 12/6/2025 **Status:** ✅ Merged **Merged:** 12/8/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `wenlong/fix-persistence-checkpoints-md` --- ### 📝 Commits (2) - [`a0c2d2a`](https://github.com/langchain-ai/docs/commit/a0c2d2acd9a07f21eb9da7b2dd445ca27d32acb5) fix docs langgraph persistence checkpoints md - [`35f8f2d`](https://github.com/langchain-ai/docs/commit/35f8f2d49c7269a5761cd0e8e49141679828dad7) Merge branch 'main' into wenlong/fix-persistence-checkpoints-md ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langgraph/persistence.mdx` (+1 -1) </details> ### 📄 Description ## Overview Fix typo in import statement: corrected incorrect `MemoryServer` reference to the valid `MemorySaver` export from `@langchain/langgraph`, aligning the code example with the actual library API (eliminates import errors for end users). ## Related issues/PRs - GitHub issue: N/A - Feature PR: N/A <!-- For LangChain employees, if applicable: --> - Linear issue: N/A - Slack thread: N/A ## Checklist - [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 ## Additional notes The code example incorrectly referenced `MemoryServer` (a non-existent export from `@langchain/langgraph`), which would cause import errors for users implementing the example. This change corrects the reference to `MemorySaver`—the official, valid export for persistent memory management in LangGraph. No other functional or structural changes are included; this is a pure typo fix to ensure the example is accurate and runnable. --- <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:22:46 -05:00
yindo closed this issue 2026-02-17 17:22:46 -05:00
yindo changed title from [PR #1766] fix docs langgraph persistence checkpoints md to [PR #1766] [MERGED] fix docs langgraph persistence checkpoints md 2026-06-05 18:15:09 -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#1832