docs: Update beta labels for deployment options (#4643)

@lnhsingh, let me know if you're ok with this copy and messaging
placement.
This commit is contained in:
Andrew Nguonly
2025-05-11 10:33:38 -07:00
committed by GitHub
parent ce5d3c9c5a
commit 4bdbebb3e4
5 changed files with 20 additions and 2 deletions
@@ -2,12 +2,15 @@
There are two versions of the self-hosted deployment: [Self-Hosted Data Plane](./deployment_options.md#self-hosted-data-plane) and [Self-Hosted Control Plane](./deployment_options.md#self-hosted-control-plane).
!!! important "Beta"
The Self-Hosted Control Plane deployment option is currently in beta stage.
## Requirements
- You use `langgraph-cli` and/or [LangGraph Studio](./langgraph_studio.md) app to test graph locally.
- You use `langgraph build` command to build image.
## Self-Hosted Control Plane (Beta)
## Self-Hosted Control Plane
The [Self-Hosted Control Plane](./langgraph_self_hosted_control_plane.md) deployment option is a fully self-hosted model for deployment where you manage the [control plane](./langgraph_control_plane.md) and [data plane](./langgraph_data_plane.md) in your cloud. This option give you full control and responsibility of the control plane and data plane infrastructure.