mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-24 08:32:24 +02:00
+2








3055c4b9cc
Main changes made: - Add top level horizontal tabs - Reorganize the sidenav - Build out README/index page - Consolidate how-tos under each section - Remove duplicate content --------- Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Co-authored-by: Tat Dat Duong <david@duong.cz> Co-authored-by: Sydney Runkle <sydneymarierunkle@gmail.com> Co-authored-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Co-authored-by: Vadym Barda <vadym@langchain.dev> Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com> Co-authored-by: ccurme <chester.curme@gmail.com> Co-authored-by: Andrew Nguonly <andrewnguonly@users.noreply.github.com> Co-authored-by: David Asamu <david.asamu@langchain.dev> Co-authored-by: infra <mukil@langchain.dev> Co-authored-by: Arjun Natarajan <arjun@langchain.dev>
1.6 KiB
1.6 KiB
search
| search | ||
|---|---|---|
|
Deployment 🚀
There are two free options for deploying LangGraph applications via the LangGraph Server:
- Local: Deploy for local testing and development.
- Self-Hosted Lite: A limited version of Standalone Container for deployments unlikely to see more that 1 million node executions per year and that do not need crons and other enterprise features. Self-Hosted Lite is free with a LangSmith API key.
Other deployment options
Additionally, you can deploy to production with LangGraph Platform:
- Cloud SaaS: Connect your GitHub repositories and deploy LangGraph Servers within LangChain's cloud. We manage everything.
- Self-Hosted Data Plane(Beta): Create deployments from the Control Plane UI and deploy LangGraph Servers to your cloud. We manage the control plane. You manage the deployments.
- Self-Hosted Control Plane(Beta): Create deployments from a self-hosted Control Plane UI and deploy LangGraph Servers to your cloud. You manage everything.
- Standalone Container: Deploy LangGraph Server Docker images however you like.
For more information, see Deployment options