* Organize existing content differently * Fix broken links * Remove cookie consent popup * edits * Consolidate streaming * Remove agents/streaming * Fix broken links * Edit stream modes * Change titles * Fix titles based on feedback * Move LGP to platform section * Update navigation * Consolidate assistant conceptual guides * docs: Memory consolidation (#5149) * Memory consolidation * Fix broken links * fix links * Fix links * Fix links * General content clean up for memory * fix links * Fix link * fix links * Fix title * Edits based on feedback * Link to memory store
2.4 KiB
search
| search | ||
|---|---|---|
|
Self-Hosted Data Plane
There are two versions of the self-hosted deployment: Self-Hosted Data Plane and Self-Hosted Control Plane.
!!! info "Important" The Self-Hosted Data Plane deployment option is currently in beta stage and requires an Enterprise plan.
Requirements
- You use
langgraph-cliand/or LangGraph Studio app to test graph locally. - You use
langgraph buildcommand to build image.
Self-Hosted Data Plane
The Self-Hosted Data Plane deployment option is a "hybrid" model for deployment where we manage the control plane in our cloud and you manage the data plane in your cloud. This option provides a way to securely manage your data plane infrastructure, while offloading control plane management to us. When using the Self-Hosted Data Plane version, you authenticate with a LangSmith API key.
| Control plane | Data plane | |
|---|---|---|
| What is it? |
|
|
| Where is it hosted? | LangChain's cloud | Your cloud |
| Who provisions and manages it? | LangChain | You |
For information on how to deploy a LangGraph Server to Self-Hosted Data Plane, see Deploy to Self-Hosted Data Plane
Architecture
Compute Platforms
- Kubernetes: The Self-Hosted Data Plane deployment option supports deploying data plane infrastructure to any Kubernetes cluster.
- Amazon ECS: Coming soon!
!!! tip If you would like to deploy to Kubernetes, you can follow the Self-Hosted Data Plane deployment guide.
