[PR #1315] [MERGED] chore: update hybrid deployment documentation #1461

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1315
Author: @hari-dhanushkodi
Created: 11/6/2025
Status: Merged
Merged: 11/12/2025
Merged by: @hari-dhanushkodi

Base: mainHead: hd/2025-11-06/new-hybrid-docs


📝 Commits (3)

  • 1cd802f chore: update hybrid deployment documentation
  • b51b729 updates
  • 18d612e Merge branch 'main' into hd/2025-11-06/new-hybrid-docs

📊 Changes

3 files changed (+48 additions, -17 deletions)

View changed files

📝 src/langsmith/deploy-hybrid.mdx (+16 -7)
📝 src/langsmith/deploy-self-hosted-full-platform.mdx (+24 -0)
📝 src/langsmith/hybrid.mdx (+8 -10)

📄 Description

Overview

Updating the listener/hybrid docs after many support cases with customers. Adding the following:

  1. Recommend using gateway for production deploys - ingress will not work if listener is watching multiple namespaces
  2. Remove confusing use cases in the listener use cases section
  3. Add documentation for fully self hosted customers to connect additional data planes
  4. Update hybrid deploy section to include the redis instance we bring up that the listener uses

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/1315 **Author:** [@hari-dhanushkodi](https://github.com/hari-dhanushkodi) **Created:** 11/6/2025 **Status:** ✅ Merged **Merged:** 11/12/2025 **Merged by:** [@hari-dhanushkodi](https://github.com/hari-dhanushkodi) **Base:** `main` ← **Head:** `hd/2025-11-06/new-hybrid-docs` --- ### 📝 Commits (3) - [`1cd802f`](https://github.com/langchain-ai/docs/commit/1cd802f2cfa63374827fcf5c65a1ba2287204b54) chore: update hybrid deployment documentation - [`b51b729`](https://github.com/langchain-ai/docs/commit/b51b729a6f9d124428bffaf1af4102993d25fc86) updates - [`18d612e`](https://github.com/langchain-ai/docs/commit/18d612e3940419affc7a76233ae85ae090b0492e) Merge branch 'main' into hd/2025-11-06/new-hybrid-docs ### 📊 Changes **3 files changed** (+48 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/deploy-hybrid.mdx` (+16 -7) 📝 `src/langsmith/deploy-self-hosted-full-platform.mdx` (+24 -0) 📝 `src/langsmith/hybrid.mdx` (+8 -10) </details> ### 📄 Description ## Overview Updating the listener/hybrid docs after many support cases with customers. Adding the following: 1. Recommend using gateway for production deploys - ingress will not work if listener is watching multiple namespaces 2. Remove confusing use cases in the listener use cases section 3. Add documentation for fully self hosted customers to connect additional data planes 4. Update hybrid deploy section to include the redis instance we bring up that the listener uses ## 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 - [ ] 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](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:23 -05:00
yindo closed this issue 2026-02-17 17:22:23 -05:00
yindo changed title from [PR #1315] chore: update hybrid deployment documentation to [PR #1315] [MERGED] chore: update hybrid deployment documentation 2026-06-05 18:12: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#1461