[PR #3960] [MERGED] docs: document Store list/search semantics [closes DOC-1108] #3969

Closed
opened 2026-06-05 18:53:45 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3960
Author: @open-swe[bot]
Created: 5/12/2026
Status: Merged
Merged: 5/12/2026
Merged by: @npentrel

Base: mainHead: open-swe/store-asearch-docs


📝 Commits (2)

  • 6a13758 docs(langgraph): document Store list/search semantics [DOC-1108]
  • f887b59 make testable

📊 Changes

10 files changed (+211 additions, -2 deletions)

View changed files

src/code-samples/langchain/store-list-namespace.py (+38 -0)
src/code-samples/langchain/store-list-namespace.ts (+49 -0)
📝 src/code-samples/package-lock.json (+22 -0)
📝 src/oss/langgraph/persistence.mdx (+63 -2)
src/snippets/code-samples/store-list-namespace-list-js.mdx (+4 -0)
src/snippets/code-samples/store-list-namespace-list-py.mdx (+4 -0)
src/snippets/code-samples/store-list-namespace-paginate-js.mdx (+12 -0)
src/snippets/code-samples/store-list-namespace-paginate-py.mdx (+11 -0)
src/snippets/code-samples/store-list-namespace-search-js.mdx (+4 -0)
src/snippets/code-samples/store-list-namespace-search-py.mdx (+4 -0)

📄 Description

Description

Documents the behavior of store.search/asearch when used to enumerate items in a namespace (the use case from the original Slack question), and points at list_namespaces/alist_namespaces. Covers the prefix-match, silent-truncate, and per-backend ordering caveats that aren't obvious from the existing docs. Touches only the LangGraph persistence page.

Release Note

none

Test Plan

  • Vale lint passes on the edited file

Opened collaboratively by Naomi Pentrel and open-swe.


🔄 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/3960 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 5/12/2026 **Status:** ✅ Merged **Merged:** 5/12/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `open-swe/store-asearch-docs` --- ### 📝 Commits (2) - [`6a13758`](https://github.com/langchain-ai/docs/commit/6a137580c1b69277932cb59c4e40c7e6c93557e9) docs(langgraph): document Store list/search semantics [DOC-1108] - [`f887b59`](https://github.com/langchain-ai/docs/commit/f887b59f45501e8a01acb1d8a628cccd9f010464) make testable ### 📊 Changes **10 files changed** (+211 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `src/code-samples/langchain/store-list-namespace.py` (+38 -0) ➕ `src/code-samples/langchain/store-list-namespace.ts` (+49 -0) 📝 `src/code-samples/package-lock.json` (+22 -0) 📝 `src/oss/langgraph/persistence.mdx` (+63 -2) ➕ `src/snippets/code-samples/store-list-namespace-list-js.mdx` (+4 -0) ➕ `src/snippets/code-samples/store-list-namespace-list-py.mdx` (+4 -0) ➕ `src/snippets/code-samples/store-list-namespace-paginate-js.mdx` (+12 -0) ➕ `src/snippets/code-samples/store-list-namespace-paginate-py.mdx` (+11 -0) ➕ `src/snippets/code-samples/store-list-namespace-search-js.mdx` (+4 -0) ➕ `src/snippets/code-samples/store-list-namespace-search-py.mdx` (+4 -0) </details> ### 📄 Description ## Description Documents the behavior of `store.search`/`asearch` when used to enumerate items in a namespace (the use case from the original Slack question), and points at `list_namespaces`/`alist_namespaces`. Covers the prefix-match, silent-truncate, and per-backend ordering caveats that aren't obvious from the existing docs. Touches only the LangGraph persistence page. ## Release Note none ## Test Plan - [ ] Vale lint passes on the edited file _Opened collaboratively by Naomi Pentrel and open-swe._ --- <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-06-05 18:53:45 -04:00
yindo closed this issue 2026-06-05 18:53:45 -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#3969