[PR #2563] [MERGED] docs: clarify store parameter for LangSmith Deployment vs local #2549

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/2563
Author: @vishnu-ssuresh
Created: 2/10/2026
Status: Merged
Merged: 2/12/2026
Merged by: @mdrxy

Base: mainHead: vishnu/store-param-deployment-docs


📝 Commits (9)

  • 50ec2b6 docs: clarify store parameter for LangSmith Deployment vs local
  • 6f296a7 Apply suggestion from @mdrxy
  • 10c305d docs: update comments for InMemoryStore usage
  • 2e334a0 Merge branch 'main' into vishnu/store-param-deployment-docs
  • 9b0d803 Merge branch 'main' into vishnu/store-param-deployment-docs
  • 27ad323 Update src/oss/deepagents/long-term-memory.mdx
  • 32ad97b Update src/snippets/backend-store.mdx
  • 076dc43 Update src/snippets/backend-store.mdx
  • db86b0a Update src/oss/deepagents/long-term-memory.mdx

📊 Changes

2 files changed (+9 additions, -5 deletions)

View changed files

📝 src/oss/deepagents/long-term-memory.mdx (+2 -2)
📝 src/snippets/backend-store.mdx (+7 -3)

📄 Description

Summary

Clarifies that the store parameter behavior differs between local and LangSmith Deployment.

Changes

  • Updated code comments in long-term-memory.mdx to indicate store is required for local but should be omitted for LangSmith Deployment
  • Updated backend-store.mdx snippet with the same clarification
  • Added a Note explaining that LangSmith Deployment automatically provisions a store

🔄 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/2563 **Author:** [@vishnu-ssuresh](https://github.com/vishnu-ssuresh) **Created:** 2/10/2026 **Status:** ✅ Merged **Merged:** 2/12/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `vishnu/store-param-deployment-docs` --- ### 📝 Commits (9) - [`50ec2b6`](https://github.com/langchain-ai/docs/commit/50ec2b66c4bce516913cfbf9df8b93206c81eda6) docs: clarify store parameter for LangSmith Deployment vs local - [`6f296a7`](https://github.com/langchain-ai/docs/commit/6f296a7a65ddb042095fdec6274584131988dd5b) Apply suggestion from @mdrxy - [`10c305d`](https://github.com/langchain-ai/docs/commit/10c305d30a34f2abc0e0f13b150f999544c2c680) docs: update comments for InMemoryStore usage - [`2e334a0`](https://github.com/langchain-ai/docs/commit/2e334a0abe1e1914a1e1e1527b5446ffafef9653) Merge branch 'main' into vishnu/store-param-deployment-docs - [`9b0d803`](https://github.com/langchain-ai/docs/commit/9b0d8038857e141d2063b103744966ffe9276f4e) Merge branch 'main' into vishnu/store-param-deployment-docs - [`27ad323`](https://github.com/langchain-ai/docs/commit/27ad323cd1fc75d71e8664b75098e57d629b5b0a) Update src/oss/deepagents/long-term-memory.mdx - [`32ad97b`](https://github.com/langchain-ai/docs/commit/32ad97bd49d8e88b86262ec4cfddaeea217909e1) Update src/snippets/backend-store.mdx - [`076dc43`](https://github.com/langchain-ai/docs/commit/076dc4353b1b3b64ebf872e3d06c352533848428) Update src/snippets/backend-store.mdx - [`db86b0a`](https://github.com/langchain-ai/docs/commit/db86b0a67a7da1f68946fa5ea566076c8b5170bf) Update src/oss/deepagents/long-term-memory.mdx ### 📊 Changes **2 files changed** (+9 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/long-term-memory.mdx` (+2 -2) 📝 `src/snippets/backend-store.mdx` (+7 -3) </details> ### 📄 Description ## Summary Clarifies that the `store` parameter behavior differs between local and LangSmith Deployment. ## Changes - Updated code comments in long-term-memory.mdx to indicate `store` is required for local but should be omitted for LangSmith Deployment - Updated backend-store.mdx snippet with the same clarification - Added a Note explaining that LangSmith Deployment automatically provisions a store --- <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 #2563] docs: clarify store parameter for LangSmith Deployment vs local to [PR #2563] [MERGED] docs: clarify store parameter for LangSmith Deployment vs local 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#2549