Files
langgraph/docs/docs/cloud/concepts/cloud.md
T
Andrew NguonlyandGitHub e9f7cd3e52 docs: Add Cloud Concepts docs, update cloud deployment how-to guide (#996)
* Update Cloud deployment docs. Add Cloud Concepts docs.

* Update quick start. Update how-to for setting up repo.

* Delete unused image base_url.png.

* Fix spelling error. Fix broken anchor link.

* Fix broken links.
2024-07-11 14:33:25 -07:00

1.4 KiB

Cloud Concepts

This page describes the high-level concepts of the LangGraph Cloud deployment.

Deployment

A deployment is an instance of a LangGraph API. A single deployment can have many revisions. When a deployment is created, all of the necessary infrastructure (e.g. database, containers, secrets store) are automatically provisioned. See the architecture diagram below for more details.

See the how-to guide for creating a new deployment.

Revision

A revision is an iteration of a deployment. When a new deployment is created, an initial revision is automatically created. To deploy new code changes or update environment variable configurations for a deployment, a new revision must be created. When a revision is created, a new container image is built automatically.

See the how-to guide for creating a new revision.

Asynchronous Deployment

Infrastructure for deployments and revisions are provisioned and deployed asynchronously. They are not deployed immediately after submission. Currently, deployment can take up to several minutes.

Architecture

!!! warning "Subject to Change" The LangGraph Cloud deployment architecture may change in the future.

A high-level diagram of a LangGraph Cloud deployment.

diagram