diff --git a/docs/docs/cloud/deployment/self_hosted_control_plane.md b/docs/docs/cloud/deployment/self_hosted_control_plane.md index 2af5925bd..98165e1ee 100644 --- a/docs/docs/cloud/deployment/self_hosted_control_plane.md +++ b/docs/docs/cloud/deployment/self_hosted_control_plane.md @@ -41,7 +41,8 @@ Before deploying, review the [conceptual guide for the Self-Hosted Control Plane pullPolicy: IfNotPresent tag: "aa9dff4" -1. In your `values.yaml` file, enable the `langgraphPlatform` option. Note that you must also have a valid ingress setup: +1. In your `langsmith_config.yaml` file, enable the `langgraphPlatform` option. Note that you must also have a valid ingress setup: + config: langgraphPlatform: enabled: true diff --git a/docs/docs/concepts/langgraph_self_hosted_control_plane.md b/docs/docs/concepts/langgraph_self_hosted_control_plane.md index 000c1257c..abd0899ea 100644 --- a/docs/docs/concepts/langgraph_self_hosted_control_plane.md +++ b/docs/docs/concepts/langgraph_self_hosted_control_plane.md @@ -9,6 +9,8 @@ There are two versions of the self-hosted deployment: [Self-Hosted Data Plane](. - You use `langgraph-cli` and/or [LangGraph Studio](./langgraph_studio.md) app to test graph locally. - You use `langgraph build` command to build image. +- You have a Self-Hosted LangSmith instance deployed. +- You are using Ingress for your LangSmith instance. All agents will be deployed as Kubernetes services behind this ingress. ## Self-Hosted Control Plane @@ -29,4 +31,4 @@ The [Self-Hosted Control Plane](./langgraph_self_hosted_control_plane.md) deploy - **Kubernetes**: The Self-Hosted Control Plane deployment option supports deploying control plane and data plane infrastructure to any Kubernetes cluster. !!! tip - If you would like to deploy to Kubernetes, you can use this [Helm chart](https://github.com/langchain-ai/helm/blob/main/charts/langgraph-cloud/README.md). \ No newline at end of file + If you would like to enable this on your LangSmith instance, please follow the [Self-Hosted Control Plane deployment guide](../deployment/self_hosted_control_plane.md). \ No newline at end of file