[PR #2560] [MERGED] docs: add note explaining CompositeBackend path prefix stripping behavior #2548

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2560
Author: @vishnu-ssuresh
Created: 2/10/2026
Status: Merged
Merged: 2/11/2026
Merged by: @vishnu-ssuresh

Base: mainHead: vishnu/composite-backend-path-routing-docs


📝 Commits (3)

  • ac0f1df docs: add note explaining CompositeBackend path prefix stripping behavior
  • 91b843b Apply suggestion from @mdrxy
  • 74327b2 Merge branch 'main' into vishnu/composite-backend-path-routing-docs

📊 Changes

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

View changed files

📝 src/oss/deepagents/long-term-memory.mdx (+4 -0)

📄 Description

Summary

Adds an informational note in the Path routing section of the long-term memory docs clarifying that CompositeBackend strips route prefixes before storing files in the underlying backend.

Changes

  • Added a <Note> block explaining that when CompositeBackend routes a file (e.g., /memories/preferences.txt), it strips the prefix before storing (stored as /preferences.txt)
  • Added link to the backends page for more details

🔄 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/2560 **Author:** [@vishnu-ssuresh](https://github.com/vishnu-ssuresh) **Created:** 2/10/2026 **Status:** ✅ Merged **Merged:** 2/11/2026 **Merged by:** [@vishnu-ssuresh](https://github.com/vishnu-ssuresh) **Base:** `main` ← **Head:** `vishnu/composite-backend-path-routing-docs` --- ### 📝 Commits (3) - [`ac0f1df`](https://github.com/langchain-ai/docs/commit/ac0f1dfd0bf28a6315962b3d94c8fe60093d7155) docs: add note explaining CompositeBackend path prefix stripping behavior - [`91b843b`](https://github.com/langchain-ai/docs/commit/91b843b29fc0ff56169aacbd7cd7abe7323ac199) Apply suggestion from @mdrxy - [`74327b2`](https://github.com/langchain-ai/docs/commit/74327b2c49fc38f88c7216ec36eabc7fdc420980) Merge branch 'main' into vishnu/composite-backend-path-routing-docs ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/long-term-memory.mdx` (+4 -0) </details> ### 📄 Description ## Summary Adds an informational note in the Path routing section of the long-term memory docs clarifying that CompositeBackend strips route prefixes before storing files in the underlying backend. ## Changes - Added a `<Note>` block explaining that when `CompositeBackend` routes a file (e.g., `/memories/preferences.txt`), it strips the prefix before storing (stored as `/preferences.txt`) - Added link to the backends page for more details --- <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:32 -05:00
yindo closed this issue 2026-02-17 17:23:32 -05:00
yindo changed title from [PR #2560] docs: add note explaining CompositeBackend path prefix stripping behavior to [PR #2560] [MERGED] docs: add note explaining CompositeBackend path prefix stripping behavior 2026-06-05 18:19:11 -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#2548