[PR #905] [MERGED] Update short-term-memory.mdx #1130

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/905
Author: @gsmini
Created: 10/15/2025
Status: Merged
Merged: 10/15/2025
Merged by: @eyurtsev

Base: mainHead: patch-3


📝 Commits (3)

  • a6443bd Update short-term-memory.mdx
  • f6f0ef1 Apply suggestion from @eyurtsev
  • 18568cf Fix code block formatting and add installation command

📊 Changes

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

View changed files

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

📄 Description

package need to be installed:

pip install langgraph-checkpoint-postgres

and checkpointer.setup() should be called( auto create tables in postgresql )


🔄 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/905 **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-3` --- ### 📝 Commits (3) - [`a6443bd`](https://github.com/langchain-ai/docs/commit/a6443bd6f32ecd5fb0ecd7c7659578fe3e69b70a) Update short-term-memory.mdx - [`f6f0ef1`](https://github.com/langchain-ai/docs/commit/f6f0ef191ff7294659d4f23d8d9516647195d47b) Apply suggestion from @eyurtsev - [`18568cf`](https://github.com/langchain-ai/docs/commit/18568cf11386744457c8235532171397833a24cd) Fix code block formatting and add installation command ### 📊 Changes **1 file changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/short-term-memory.mdx` (+7 -0) </details> ### 📄 Description package need to be installed: ``` pip install langgraph-checkpoint-postgres ``` and `checkpointer.setup()` should be called( auto create tables in postgresql ) --- <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#1130