From b09c172cf899085015354a000ce100cff8c99b3f Mon Sep 17 00:00:00 2001 From: Andrew Nguonly Date: Mon, 13 Jan 2025 10:59:45 -0800 Subject: [PATCH] Make wording more verbose. --- docs/docs/concepts/deployment_options.md | 4 ++-- docs/docs/concepts/self_hosted.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/docs/concepts/deployment_options.md b/docs/docs/concepts/deployment_options.md index 6bb5f8784..d09eb1f79 100644 --- a/docs/docs/concepts/deployment_options.md +++ b/docs/docs/concepts/deployment_options.md @@ -30,7 +30,7 @@ The guide below will explain the differences between the deployment options. !!! warning "Note" - The LangGraph Platform UI (within LangSmith) is not available for Self-Hosted Enterprise deployments. + The LangGraph Platform Deployments view (within LangSmith SaaS and self-hosted LangSmith) is not available for Self-Hosted Enterprise LangGraph deployments. Self-hosted LangGraph deployments are managed externally from LangSmith (e.g. there is no UI to manage these deployments). With a Self-Hosted Enterprise deployment, you are responsible for managing the infrastructure, including setting up and maintaining required databases and Redis instances. @@ -49,7 +49,7 @@ For more information, please see: !!! warning "Note" - The LangGraph Platform UI (within LangSmith) is not available for Self-Hosted Lite deployments. + The LangGraph Platform Deployments view (within LangSmith SaaS and self-hosted LangSmith) is not available for Self-Hosted Lite LangGraph deployments. Self-hosted LangGraph deployments are managed externally from LangSmith (e.g. there is no UI to manage these deployments). The Self-Hosted Lite deployment option is a free (up to 1 million nodes executed), limited version of LangGraph Platform that you can run locally or in a self-hosted manner. diff --git a/docs/docs/concepts/self_hosted.md b/docs/docs/concepts/self_hosted.md index d2f236705..11311803e 100644 --- a/docs/docs/concepts/self_hosted.md +++ b/docs/docs/concepts/self_hosted.md @@ -32,6 +32,10 @@ To use the Self-Hosted Enterprise version, you must acquire a license key that y - Build the docker image for [LangGraph Server](./langgraph_server.md) using the [LangGraph CLI](./langgraph_cli.md). - Deploy a web server that will run the docker image and pass in the necessary environment variables. +!!! warning "Note" + + The LangGraph Platform Deployments view (within LangSmith SaaS and self-hosted LangSmith) is not available for Self-Hosted Lite or Self-Hosted Enterprise LangGraph deployments. Self-hosted LangGraph deployments are managed externally from LangSmith (e.g. there is no UI to manage these deployments). + For step-by-step instructions, see [How to set up a self-hosted deployment of LangGraph](../how-tos/deploy-self-hosted.md). ## Helm Chart