[PR #2456] [MERGED] fix: update scale docs with v13 release [INF-1443] #2448

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2456
Author: @joaquin-borggio-lc
Created: 2/3/2026
Status: Merged
Merged: 2/3/2026
Merged by: @joaquin-borggio-lc

Base: mainHead: joaquin/update-scaling-docs


📝 Commits (3)

  • e5e74a9 fix: update scale docs with v13 release
  • edd065a add default marking
  • 4ad0e8b updated based on comments, and added replica counts for ingest queue

📊 Changes

1 file changed (+80 additions, -92 deletions)

View changed files

📝 src/langsmith/self-host-scale.mdx (+80 -92)

📄 Description

Overview

v13 introduced ingest queues which improve performance a lot for ingestion. we can now scale down number of queue pods as well as redis size.

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

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes

confirmed looks as expected locally:

Screenshot 2026-02-03 at 5 14 07 PM Screenshot 2026-02-03 at 5 17 42 PM Screenshot 2026-02-03 at 5 18 07 PM

🔄 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/2456 **Author:** [@joaquin-borggio-lc](https://github.com/joaquin-borggio-lc) **Created:** 2/3/2026 **Status:** ✅ Merged **Merged:** 2/3/2026 **Merged by:** [@joaquin-borggio-lc](https://github.com/joaquin-borggio-lc) **Base:** `main` ← **Head:** `joaquin/update-scaling-docs` --- ### 📝 Commits (3) - [`e5e74a9`](https://github.com/langchain-ai/docs/commit/e5e74a9d2af5e43a41d7d7e9dc28e6e7039c7407) fix: update scale docs with v13 release - [`edd065a`](https://github.com/langchain-ai/docs/commit/edd065a6e0bbf05224aa4a3057ca3b820721dc0d) add default marking - [`4ad0e8b`](https://github.com/langchain-ai/docs/commit/4ad0e8bab46ad42875434f1f4a12dcb02f1a91c9) updated based on comments, and added replica counts for ingest queue ### 📊 Changes **1 file changed** (+80 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/self-host-scale.mdx` (+80 -92) </details> ### 📄 Description ## Overview v13 introduced ingest queues which improve performance a lot for ingestion. we can now scale down number of queue pods as well as redis size. ## 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 --> - [ ] I have read the [contributing guidelines](README.md) - [ ] 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 (Internal team members only / optional): Create a preview deployment as necessary 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 --> confirmed looks as expected locally: <img width="1155" height="731" alt="Screenshot 2026-02-03 at 5 14 07 PM" src="https://github.com/user-attachments/assets/72abc2ee-7f8e-496a-a6aa-d8845648d5e1" /> <img width="664" height="650" alt="Screenshot 2026-02-03 at 5 17 42 PM" src="https://github.com/user-attachments/assets/e5454a62-618e-445a-9eb5-ee03f12b9794" /> <img width="698" height="658" alt="Screenshot 2026-02-03 at 5 18 07 PM" src="https://github.com/user-attachments/assets/f0d8f042-cc11-477b-bdad-c1cd9b2c2176" /> --- <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:25 -05:00
yindo closed this issue 2026-02-17 17:23:25 -05:00
yindo changed title from [PR #2456] fix: update scale docs with v13 release [INF-1443] to [PR #2456] [MERGED] fix: update scale docs with v13 release [INF-1443] 2026-06-05 18:18:38 -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#2448