Skip to content

Commit

Permalink
Make wording more verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnguonly committed Jan 13, 2025
1 parent 6e5c4fc commit b09c172
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/concepts/deployment_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down
4 changes: 4 additions & 0 deletions docs/docs/concepts/self_hosted.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b09c172

Please sign in to comment.