[PR #1759] [MERGED] Add information about setup for persistence #1826

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/1759
Author: @rahul-langchain
Created: 12/5/2025
Status: Merged
Merged: 12/8/2025
Merged by: @lnhsingh

Base: mainHead: rahul/document-saver-setup


📝 Commits (3)

  • aabfe4a Add information about setup for persistance
  • 3543f28 fixes based on wfh feedback
  • b6e0ad2 Update add-memory.mdx

📊 Changes

2 files changed (+11 additions, -2 deletions)

View changed files

📝 src/oss/langgraph/add-memory.mdx (+9 -0)
📝 src/oss/langgraph/persistence.mdx (+2 -2)

📄 Description

Overview

We currently say you have to call setup for a saver or store but don't specify what that does or best practices for when to call it.

Type of change

Type: Update existing documentation

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • I have used root relative paths for internal links

🔄 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/1759 **Author:** [@rahul-langchain](https://github.com/rahul-langchain) **Created:** 12/5/2025 **Status:** ✅ Merged **Merged:** 12/8/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `rahul/document-saver-setup` --- ### 📝 Commits (3) - [`aabfe4a`](https://github.com/langchain-ai/docs/commit/aabfe4adc0383400da9a1dec4e81b33001592b5e) Add information about setup for persistance - [`3543f28`](https://github.com/langchain-ai/docs/commit/3543f287046ed5506b9c0f4d216385bfc2f9fa36) fixes based on wfh feedback - [`b6e0ad2`](https://github.com/langchain-ai/docs/commit/b6e0ad23f3ad0f94409580e17d137031d9f14c1f) Update add-memory.mdx ### 📊 Changes **2 files changed** (+11 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langgraph/add-memory.mdx` (+9 -0) 📝 `src/oss/langgraph/persistence.mdx` (+2 -2) </details> ### 📄 Description ## Overview We currently say you have to call `setup` for a saver or store but don't specify what that does or best practices for when to call it. ## Type of change **Type:** Update existing documentation ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] I have used **root relative** paths for internal links --- <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 #1759] Add information about setup for persistence to [PR #1759] [MERGED] Add information about setup for persistence 2026-06-05 18:15:07 -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#1826