diff --git a/docs/docs/concepts/auth.md b/docs/docs/concepts/auth.md index 41b56df06..4de9547cc 100644 --- a/docs/docs/concepts/auth.md +++ b/docs/docs/concepts/auth.md @@ -39,7 +39,7 @@ LangGraph Platform provides different security defaults: !!! note "Custom auth" Custom auth is supported for **Enterprise** self-hosted deployments. - Self-hosted lite deployments do not support custom auth natively. + Standalone Container (Lite) deployments do not support custom auth natively. ## System Architecture diff --git a/docs/docs/concepts/deployment_options.md b/docs/docs/concepts/deployment_options.md index 31a53e945..1119aa860 100644 --- a/docs/docs/concepts/deployment_options.md +++ b/docs/docs/concepts/deployment_options.md @@ -18,14 +18,14 @@ There are 4 main options for deploying with the LangGraph Platform: A quick comparison: -| | **Cloud SaaS** | **Self-Hosted Data Plane** | **Self-Hosted Control Plane** | **Standalone Container** | **Self-Hosted Lite** | -|----------------------|----------------|----------------------------|-------------------------------|--------------------------| ---------------------| -| **[Control plane UI/API](../concepts/langgraph_control_plane.md)** | Yes | Yes | Yes | No | No | -| **CI/CD** | Managed internally by platform | Managed externally by you | Managed externally by you | Managed externally by you | Managed externally by you | -| **Data/compute residency** | LangChain’s cloud | Your cloud | Your cloud | Your cloud | Your cloud | -| **LangSmith compatibility** | Trace to LangSmith SaaS | Trace to LangSmith SaaS | Trace to Self-Hosted LangSmith | Optional tracing | Optional tracing | -| **[Server version compatibility](../concepts/langgraph_server.md#server-versions)** | Enterprise | Enterprise | Enterprise | Lite, Enterprise | Lite | -| **[Pricing](https://www.langchain.com/pricing-langgraph-platform)** | Plus | Enterprise | Enterprise | Developer | Free with LangSmith | +| | **Cloud SaaS** | **Self-Hosted Data Plane** | **Self-Hosted Control Plane** | **Standalone Container** | +|----------------------|----------------|----------------------------|-------------------------------|--------------------------| +| **[Control plane UI/API](../concepts/langgraph_control_plane.md)** | Yes | Yes | Yes | No | +| **CI/CD** | Managed internally by platform | Managed externally by you | Managed externally by you | Managed externally by you | +| **Data/compute residency** | LangChain’s cloud | Your cloud | Your cloud | Your cloud | +| **LangSmith compatibility** | Trace to LangSmith SaaS | Trace to LangSmith SaaS | Trace to Self-Hosted LangSmith | Optional tracing | +| **[Server version compatibility](../concepts/langgraph_server.md#server-versions)** | Enterprise | Enterprise | Enterprise | Lite, Enterprise | +| **[Pricing](https://www.langchain.com/pricing-langgraph-platform)** | Plus | Enterprise | Enterprise | Developer | ## Cloud SaaS diff --git a/docs/docs/concepts/langgraph_standalone_container.md b/docs/docs/concepts/langgraph_standalone_container.md index 99b895c21..2d121a390 100644 --- a/docs/docs/concepts/langgraph_standalone_container.md +++ b/docs/docs/concepts/langgraph_standalone_container.md @@ -30,3 +30,10 @@ The Standalone Container deployment option supports deploying data plane infrast ### Docker The Standalone Container deployment option supports deploying data plane infrastructure to any Docker-supported compute platform. + +## Lite vs. Enterprise + +The Standalone Container deployment option supports the both [server versions](../concepts/langgraph_server.md#langgraph-server): + +- The `Lite` version is free, but has limited features. +- The `Enterprise` version has custom pricing and is fully featured. For more details on feature difference, see [LangGraph Server](../concepts/langgraph_server.md#server-versions). diff --git a/docs/docs/concepts/plans.md b/docs/docs/concepts/plans.md index 2831fd5df..38b6b6d09 100644 --- a/docs/docs/concepts/plans.md +++ b/docs/docs/concepts/plans.md @@ -10,7 +10,7 @@ search: LangGraph Platform is a commercial solution for deploying agentic applications in production. There are three different plans for using it. -- **Developer**: All [LangSmith](https://smith.langchain.com/) users have access to this plan. You can sign up for this plan simply by creating a LangSmith account. This gives you access to the [Self-Hosted Lite](./deployment_options.md) deployment option. +- **Developer**: All [LangSmith](https://smith.langchain.com/) users have access to this plan. You can sign up for this plan simply by creating a LangSmith account. This gives you access to the [Standalone Container (Lite)](./deployment_options.md) deployment option. - **Plus**: All [LangSmith](https://smith.langchain.com/) users with a [Plus account](https://docs.smith.langchain.com/administration/pricing) have access to this plan. You can sign up for this plan simply by upgrading your LangSmith account to the Plus plan type. This gives you access to the [Cloud](./deployment_options.md#cloud-saas) deployment option. - **Enterprise**: This is separate from LangSmith plans. You can sign up for this plan by contacting sales@langchain.dev. This gives you access to all [deployment options](./deployment_options.md). @@ -19,7 +19,7 @@ There are three different plans for using it. | | Developer | Plus | Enterprise | |------------------------------------------------------------------|---------------------------------------------|-------------------------------------------------------|-----------------------------------------------------| -| Deployment Options | Self-Hosted Lite | Cloud | Self-Hosted Enterprise, Cloud, Bring-Your-Own-Cloud | +| Deployment Options | Standalone Container (Lite) | Cloud SaaS |