From c9966c4febc681388055a0f91f1e19532c66c8ea Mon Sep 17 00:00:00 2001 From: Andrew Nguonly Date: Mon, 7 Jul 2025 12:39:44 -0400 Subject: [PATCH] docs: Add section about data region for LGP data plane (#5378) Add section about data region. --- docs/docs/concepts/langgraph_data_plane.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docs/concepts/langgraph_data_plane.md b/docs/docs/concepts/langgraph_data_plane.md index 0b52b8b6f..5d7473cb6 100644 --- a/docs/docs/concepts/langgraph_data_plane.md +++ b/docs/docs/concepts/langgraph_data_plane.md @@ -50,6 +50,15 @@ Runs in a LangGraph Server may be retried for specific failures (currently only This section describes various features of the data plane. +### Data Region + +!!! info "Only for Cloud SaaS" + Data regions are only applicable for [Cloud SaaS](../concepts/langgraph_cloud.md) deployments. + +Deployments can be created in 2 data regions: US and EU + +The data region for a deployment is implied by the data region of the LangSmith organization where the deployment is created. Deployments and the underlying database for the deployments cannot be migrated between data regions. + ### Autoscaling [`Production` type](../concepts/langgraph_control_plane.md#deployment-types) deployments automatically scale up to 10 containers. Scaling is based on 3 metrics: