[PR #1393] [MERGED] docs: add guidance on langsmith deployment scaling #1528

Closed
opened 2026-02-17 17:22:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1393
Author: @jdrogers940
Created: 11/12/2025
Status: Merged
Merged: 11/18/2025
Merged by: @jdrogers940

Base: mainHead: jdr/add-deployment-scaling-docs


📝 Commits (9)

  • 54edcb7 docs: add guidance on langsmith deployment scaling
  • 2cc17a4 Merge branch 'main' into jdr/add-deployment-scaling-docs
  • 1c1bda0 addressing comments
  • 0711767 Apply suggestions from code review
  • c047d66 Update clone instructions in contributing documentation (#1469)
  • 09a0461 fix(docs): add checkpointer=InMemorySaver() to trim_messages example for persistent memory (#1244)
  • 67d4d72 addressing more comments
  • f1970d4 add examples
  • a9a1c8b break out auto-scaling config

📊 Changes

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

View changed files

📝 src/docs.json (+1 -0)
src/langsmith/agent-server-scale.mdx (+403 -0)
📝 src/langsmith/env-var.mdx (+4 -0)
📝 src/oss/contributing/documentation.mdx (+1 -1)
📝 src/oss/langchain/short-term-memory.mdx (+2 -1)

📄 Description

Overview

Type of change

Type: [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other]

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes


🔄 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/1393 **Author:** [@jdrogers940](https://github.com/jdrogers940) **Created:** 11/12/2025 **Status:** ✅ Merged **Merged:** 11/18/2025 **Merged by:** [@jdrogers940](https://github.com/jdrogers940) **Base:** `main` ← **Head:** `jdr/add-deployment-scaling-docs` --- ### 📝 Commits (9) - [`54edcb7`](https://github.com/langchain-ai/docs/commit/54edcb77421e9e859fa94104482241575027f70e) docs: add guidance on langsmith deployment scaling - [`2cc17a4`](https://github.com/langchain-ai/docs/commit/2cc17a45c3756013ba3499a8f5e646339750d134) Merge branch 'main' into jdr/add-deployment-scaling-docs - [`1c1bda0`](https://github.com/langchain-ai/docs/commit/1c1bda00b8f6a24e05c9c4793ddcd9becf03576d) addressing comments - [`0711767`](https://github.com/langchain-ai/docs/commit/07117674e0246a579028de1c4c7b22ab40578ea5) Apply suggestions from code review - [`c047d66`](https://github.com/langchain-ai/docs/commit/c047d66a3647d7710af2854288b9cc7a27df85f1) Update clone instructions in contributing documentation (#1469) - [`09a0461`](https://github.com/langchain-ai/docs/commit/09a0461f6b497f027bbd4330ff257c319953cb5a) fix(docs): add checkpointer=InMemorySaver() to trim_messages example for persistent memory (#1244) - [`67d4d72`](https://github.com/langchain-ai/docs/commit/67d4d728bca16ebb32014f99cf04518b372d261d) addressing more comments - [`f1970d4`](https://github.com/langchain-ai/docs/commit/f1970d485ab82d84069586bd776c91aba75953ca) add examples - [`a9a1c8b`](https://github.com/langchain-ai/docs/commit/a9a1c8bbb0850ca95ab317121188f65a184ea9b2) break out auto-scaling config ### 📊 Changes **5 files changed** (+411 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+1 -0) ➕ `src/langsmith/agent-server-scale.mdx` (+403 -0) 📝 `src/langsmith/env-var.mdx` (+4 -0) 📝 `src/oss/contributing/documentation.mdx` (+1 -1) 📝 `src/oss/langchain/short-term-memory.mdx` (+2 -1) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change **Type:** [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other] ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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:22:27 -05:00
yindo closed this issue 2026-02-17 17:22:27 -05:00
yindo changed title from [PR #1393] docs: add guidance on langsmith deployment scaling to [PR #1393] [MERGED] docs: add guidance on langsmith deployment scaling 2026-06-05 18:13:08 -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#1528