From a9f20c23397f1833080a3c30ce8bc19c9d6308f5 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Thu, 27 Jun 2024 09:19:47 -0700 Subject: [PATCH] Beta (#855) --- README.md | 2 +- docs/docs/cloud/index.md | 2 +- docs/mkdocs.yml | 2 +- libs/langgraph/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e0ac582a2..ae35f0ba6 100644 --- a/README.md +++ b/README.md @@ -216,4 +216,4 @@ final_state["messages"][-1].content * [How-to Guides](https://langchain-ai.github.io/langgraph/how-tos/): Accomplish specific things within LangGraph, from streaming, to adding memory & persistence, to common design patterns (branching, subgraphs, etc.), these are the place to go if you want to copy and run a specific code snippet. * [Conceptual Guides](https://langchain-ai.github.io/langgraph/concepts/): In-depth explanations of the key concepts and principles behind LangGraph, such as nodes, edges, state and more. * [API Reference](https://langchain-ai.github.io/langgraph/reference/graphs/): Review important classes and methods, simple examples of how to use the graph and checkpointing APIs, higher-level prebuilt components and more. -* [Cloud (alpha)](https://langchain-ai.github.io/langgraph/cloud/): With one click, deploy LangGraph applications to LangGraph Cloud. +* [Cloud (beta)](https://langchain-ai.github.io/langgraph/cloud/): With one click, deploy LangGraph applications to LangGraph Cloud. diff --git a/docs/docs/cloud/index.md b/docs/docs/cloud/index.md index 8350ffa2c..8c5934e4a 100644 --- a/docs/docs/cloud/index.md +++ b/docs/docs/cloud/index.md @@ -1,4 +1,4 @@ -# LangGraph Cloud (alpha) +# LangGraph Cloud (beta) !!! danger "Important" LangGraph Cloud is a closed source, paid product in an invite-only stage. We are currently focused on providing high bandwidth support to make our select early customers successful. If you are interested in applying for access, please fill out [this form](https://airtable.com/app5PiMJxXukqPLq3/pagveJsW7XOjDspqw/form). diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 5a0d21453..bfe575171 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -167,7 +167,7 @@ nav: - Checkpointing: reference/checkpoints.md - Prebuilt Components: reference/prebuilt.md - Errors: reference/errors.md - - "Cloud (alpha)": + - "Cloud (beta)": - "cloud/index.md" - Tutorials: - Quick Start: "cloud/quick_start.md" diff --git a/libs/langgraph/README.md b/libs/langgraph/README.md index e0ac582a2..ae35f0ba6 100644 --- a/libs/langgraph/README.md +++ b/libs/langgraph/README.md @@ -216,4 +216,4 @@ final_state["messages"][-1].content * [How-to Guides](https://langchain-ai.github.io/langgraph/how-tos/): Accomplish specific things within LangGraph, from streaming, to adding memory & persistence, to common design patterns (branching, subgraphs, etc.), these are the place to go if you want to copy and run a specific code snippet. * [Conceptual Guides](https://langchain-ai.github.io/langgraph/concepts/): In-depth explanations of the key concepts and principles behind LangGraph, such as nodes, edges, state and more. * [API Reference](https://langchain-ai.github.io/langgraph/reference/graphs/): Review important classes and methods, simple examples of how to use the graph and checkpointing APIs, higher-level prebuilt components and more. -* [Cloud (alpha)](https://langchain-ai.github.io/langgraph/cloud/): With one click, deploy LangGraph applications to LangGraph Cloud. +* [Cloud (beta)](https://langchain-ai.github.io/langgraph/cloud/): With one click, deploy LangGraph applications to LangGraph Cloud.