From fcdeafd0d14c30db2bde6e73f60d02005017184b Mon Sep 17 00:00:00 2001 From: langchain-infra Date: Wed, 11 Jun 2025 13:23:16 -0400 Subject: [PATCH] docs: fix langgraph docs (#5065) docs: fix config section --- docs/docs/cloud/deployment/self_hosted_control_plane.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/docs/cloud/deployment/self_hosted_control_plane.md b/docs/docs/cloud/deployment/self_hosted_control_plane.md index 2af5925bd..2211e12f8 100644 --- a/docs/docs/cloud/deployment/self_hosted_control_plane.md +++ b/docs/docs/cloud/deployment/self_hosted_control_plane.md @@ -30,18 +30,17 @@ Before deploying, review the [conceptual guide for the Self-Hosted Control Plane 1. `LangGraphPlatform CRD`: A CRD for LangGraph Platform deployments. This contains the spec for managing an instance of a LangGraph platform deployment. 1. `operator`: This operator handles changes to your LangGraph Platform CRDs. 1. `host-backend`: This is the [control plane](../../concepts/langgraph_control_plane.md). -1. Two additional images will be used by the chart. +1. Two additional images will be used by the chart. Use the images that are specified in the latest release. hostBackendImage: repository: "docker.io/langchain/hosted-langserve-backend" pullPolicy: IfNotPresent - tag: "0.9.80" operatorImage: repository: "docker.io/langchain/langgraph-operator" 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 config file for langsmith (usually `langsmith_config.yaml`, enable the `langgraphPlatform` option. Note that you must also have a valid ingress setup: + config: langgraphPlatform: enabled: true