[PR #2526] [MERGED] feat: improved store refs #2512

Closed
opened 2026-02-17 17:23:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2526
Author: @sydney-runkle
Created: 2/6/2026
Status: Merged
Merged: 2/9/2026
Merged by: @sydney-runkle

Base: mainHead: sr/improve-store


📝 Commits (9)

📊 Changes

3 files changed (+346 additions, -263 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+3 -0)
📝 src/oss/langgraph/add-memory.mdx (+287 -239)
📝 src/oss/langgraph/persistence.mdx (+56 -24)

📄 Description

Addressing request to add more practical examples for how to use store for memory lookup + storage


🔄 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/2526 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 2/6/2026 **Status:** ✅ Merged **Merged:** 2/9/2026 **Merged by:** [@sydney-runkle](https://github.com/sydney-runkle) **Base:** `main` ← **Head:** `sr/improve-store` --- ### 📝 Commits (9) - [`c522832`](https://github.com/langchain-ai/docs/commit/c522832f7635ab9ad2e17bf383c63c31be0ea3e0) store updates - [`d5a6213`](https://github.com/langchain-ai/docs/commit/d5a6213a6a043004497deeeb9cb0195f8efbe84f) Update src/oss/langgraph/add-memory.mdx - [`170c20a`](https://github.com/langchain-ai/docs/commit/170c20a53a9135e7d514ccd7112e69feef54b4b7) Update src/oss/langgraph/persistence.mdx - [`53ed3de`](https://github.com/langchain-ai/docs/commit/53ed3decca87f37a940b6ac5a67a5018481b9d84) bump - [`595f6af`](https://github.com/langchain-ai/docs/commit/595f6afa02c728c393bf60dd78fa69e2ead17a41) Merge branch 'sr/improve-store' of https://github.com/langchain-ai/docs into sr/improve-store - [`8b73f26`](https://github.com/langchain-ai/docs/commit/8b73f2680e3e2dace4aceb67045dc84272f23154) Update src/oss/langgraph/persistence.mdx - [`5652a20`](https://github.com/langchain-ai/docs/commit/5652a2040e58a69467363784dd92c8d7bfaf2674) link map - [`04ba302`](https://github.com/langchain-ai/docs/commit/04ba302fb4ab38243ae9c7ff73362a0aacd82e3f) Merge branch 'sr/improve-store' of https://github.com/langchain-ai/docs into sr/improve-store - [`11ac3f3`](https://github.com/langchain-ai/docs/commit/11ac3f3cd1a33addc239487997913c01a82b8a5f) store docs ### 📊 Changes **3 files changed** (+346 additions, -263 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+3 -0) 📝 `src/oss/langgraph/add-memory.mdx` (+287 -239) 📝 `src/oss/langgraph/persistence.mdx` (+56 -24) </details> ### 📄 Description Addressing request to add more practical examples for how to use store for memory lookup + storage --- <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:23:29 -05:00
yindo closed this issue 2026-02-17 17:23:29 -05:00
yindo changed title from [PR #2526] feat: improved store refs to [PR #2526] [MERGED] feat: improved store refs 2026-06-05 18:19:02 -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#2512