[PR #1868] [MERGED] Add GCP self-hosted architecture documentation #1924

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1868
Author: @DavoCoder
Created: 12/11/2025
Status: Merged
Merged: 1/6/2026
Merged by: @lnhsingh

Base: mainHead: davidc/gcp-self-hosted-docs


📝 Commits (2)

  • 888c3d5 Add GCP self-hosted architecture documentation
  • c5fb592 Merge branch 'main' into davidc/gcp-self-hosted-docs

📊 Changes

3 files changed (+111 additions, -1 deletions)

View changed files

📝 src/docs.json (+2 -1)
src/langsmith/gcp-self-hosted.mdx (+109 -0)
src/langsmith/images/gcp-architecture-self-hosted.png (+0 -0)

📄 Description

Overview

Adds documentation for self-hosting LangSmith on Google Cloud Platform (GCP), following the same structure and tone as the existing AWS and Azure self-hosted pages.

Changes

  • New documentation page: docs/src/langsmith/gcp-self-hosted.mdx

    • Reference architecture with GCP services (GKE, Cloud SQL, Memorystore, Cloud Storage, Vertex AI)
    • Google Cloud Well-Architected Framework best practices (6 pillars)
    • Security, compliance, and monitoring guidance
    • References to GCP Terraform modules
  • Navigation update: Added GCP page to docs/src/docs.json under "Self-hosted cloud architecture" section

  • Architecture diagram: Added gcp-architecture-self-hosted.png (created separately)

gcp-self-hosted-docs

Related

Type of change

Type: New documentation page

Related issues/PRs

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

Additional notes

This PR is dependent on (https://github.com/langchain-ai/terraform/pull/30) to avoid a broken link


🔄 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/1868 **Author:** [@DavoCoder](https://github.com/DavoCoder) **Created:** 12/11/2025 **Status:** ✅ Merged **Merged:** 1/6/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `davidc/gcp-self-hosted-docs` --- ### 📝 Commits (2) - [`888c3d5`](https://github.com/langchain-ai/docs/commit/888c3d5184e8307d93d98539bcc7c4ed4f8c530b) Add GCP self-hosted architecture documentation - [`c5fb592`](https://github.com/langchain-ai/docs/commit/c5fb592e0941501b5bcfeae706af545b0863db7c) Merge branch 'main' into davidc/gcp-self-hosted-docs ### 📊 Changes **3 files changed** (+111 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -1) ➕ `src/langsmith/gcp-self-hosted.mdx` (+109 -0) ➕ `src/langsmith/images/gcp-architecture-self-hosted.png` (+0 -0) </details> ### 📄 Description ## Overview Adds documentation for self-hosting LangSmith on Google Cloud Platform (GCP), following the same structure and tone as the existing AWS and Azure self-hosted pages. ### Changes - **New documentation page**: `docs/src/langsmith/gcp-self-hosted.mdx` - Reference architecture with GCP services (GKE, Cloud SQL, Memorystore, Cloud Storage, Vertex AI) - Google Cloud Well-Architected Framework best practices (6 pillars) - Security, compliance, and monitoring guidance - References to GCP Terraform modules - **Navigation update**: Added GCP page to `docs/src/docs.json` under "Self-hosted cloud architecture" section - **Architecture diagram**: Added `gcp-architecture-self-hosted.png` (created separately) <img width="1472" height="972" alt="gcp-self-hosted-docs" src="https://github.com/user-attachments/assets/870452e7-b370-4787-84f8-6f02043a5a3c" /> ### Related - Terraform modules: (PR pending review: https://github.com/langchain-ai/terraform/pull/30) - Follows same structure as AWS and Azure self-hosted documentation ## Type of change **Type:** New documentation page ## Related issues/PRs - Terraform modules: (PR pending review: https://github.com/langchain-ai/terraform/pull/30) ## 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 ## Additional notes This PR is dependent on (https://github.com/langchain-ai/terraform/pull/30) to avoid a broken link --- <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:52 -05:00
yindo closed this issue 2026-02-17 17:22:52 -05:00
yindo changed title from [PR #1868] Add GCP self-hosted architecture documentation to [PR #1868] [MERGED] Add GCP self-hosted architecture documentation 2026-06-05 18:15:41 -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#1924