[PR #913] [MERGED] Update short-term-memory.mdx #1139

Closed
opened 2026-02-17 17:21:47 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/913
Author: @gsmini
Created: 10/15/2025
Status: Merged
Merged: 10/15/2025
Merged by: @eyurtsev

Base: mainHead: patch-4


📝 Commits (2)

  • da0c3a1 Update short-term-memory.mdx
  • 190198d Merge branch 'main' into patch-4

📊 Changes

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

View changed files

📝 src/oss/langchain/short-term-memory.mdx (+7 -5)

📄 Description

when i run this example code ,raise a Exception like this:

ValueError: Checkpointer requires one or more of the following 'configurable' 
keys: thread_id, checkpoint_ns, checkpoint_idValueError:
 Checkpointer requires one or more of the following 'configurable' keys: thread_id, checkpoint_ns, checkpoint_id

so i add configurable param


🔄 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/913 **Author:** [@gsmini](https://github.com/gsmini) **Created:** 10/15/2025 **Status:** ✅ Merged **Merged:** 10/15/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `patch-4` --- ### 📝 Commits (2) - [`da0c3a1`](https://github.com/langchain-ai/docs/commit/da0c3a1a334a88383731df21949ae3d0d0cf7ec0) Update short-term-memory.mdx - [`190198d`](https://github.com/langchain-ai/docs/commit/190198dce7f2da8a3565c6c336921068cb4f3def) Merge branch 'main' into patch-4 ### 📊 Changes **1 file changed** (+7 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/short-term-memory.mdx` (+7 -5) </details> ### 📄 Description when i run this example code ,raise a Exception like this: ```python ValueError: Checkpointer requires one or more of the following 'configurable' keys: thread_id, checkpoint_ns, checkpoint_idValueError: Checkpointer requires one or more of the following 'configurable' keys: thread_id, checkpoint_ns, checkpoint_id ``` so i add `configurable` param --- <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:21:47 -05:00
yindo closed this issue 2026-02-17 17:21:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1139