From 6e5c4fc835160b7858b285002410d7e6e62bea8e Mon Sep 17 00:00:00 2001 From: Andrew Nguonly Date: Mon, 13 Jan 2025 10:32:06 -0800 Subject: [PATCH] Add note about LangGraph Platform UI not available for self-hosted deployments. --- docs/docs/concepts/deployment_options.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/docs/concepts/deployment_options.md b/docs/docs/concepts/deployment_options.md index c59cbeecd..6bb5f8784 100644 --- a/docs/docs/concepts/deployment_options.md +++ b/docs/docs/concepts/deployment_options.md @@ -28,6 +28,10 @@ The guide below will explain the differences between the deployment options. The Self-Hosted Enterprise version is only available for the **Enterprise** plan. +!!! warning "Note" + + The LangGraph Platform UI (within LangSmith) is not available for Self-Hosted Enterprise deployments. + With a Self-Hosted Enterprise deployment, you are responsible for managing the infrastructure, including setting up and maintaining required databases and Redis instances. You’ll build a Docker image using the [LangGraph CLI](./langgraph_cli.md), which can then be deployed on your own infrastructure. @@ -43,6 +47,10 @@ For more information, please see: The Self-Hosted Lite version is available for all plans. +!!! warning "Note" + + The LangGraph Platform UI (within LangSmith) is not available for Self-Hosted Lite 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. With a Self-Hosted Lite deployment, you are responsible for managing the infrastructure, including setting up and maintaining required databases and Redis instances. @@ -61,12 +69,11 @@ For more information, please see: The Cloud SaaS version of LangGraph Platform is only available for **Plus** and **Enterprise** plans. - The [Cloud SaaS](./langgraph_cloud.md) version of LangGraph Platform is hosted as part of [LangSmith](https://smith.langchain.com/). The Cloud SaaS version of LangGraph Platform provides a simple way to deploy and manage your LangGraph applications. -This deployment option provides an integration with GitHub, allowing you to deploy code from any of your repositories on GitHub. +This deployment option provides access to the LangGraph Platform UI (within LangSmith) and an integration with GitHub, allowing you to deploy code from any of your repositories on GitHub. For more information, please see: @@ -81,7 +88,7 @@ For more information, please see: The Bring Your Own Cloud version of LangGraph Platform is only available for **Enterprise** plans. -This combines the best of both worlds for Cloud and Self-Hosted. We manage the infrastructure, so you don't have to, but the infrastructure all runs within your cloud. This is currently only available on AWS. +This combines the best of both worlds for Cloud and Self-Hosted. Create your deployments through the LangGraph Platform UI (within LangSmith) and we manage the infrastructure so you don't have to. The infrastructure all runs within your cloud. This is currently only available on AWS. For more information please see: