From ed91572ceb608bf5fe9fc13febb225173a33cb40 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Thu, 31 Oct 2024 14:34:16 -0400 Subject: [PATCH] docs: expose how-to on rebuilding graph at runtime (#2281) --- docs/docs/how-tos/index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/docs/how-tos/index.md b/docs/docs/how-tos/index.md index 3b9ccbcf5..c19007b2c 100644 --- a/docs/docs/how-tos/index.md +++ b/docs/docs/how-tos/index.md @@ -90,9 +90,9 @@ These how-to guides show common patterns for tool calling with LangGraph: ### State Management -- [Use Pydantic model as state](state-model.ipynb) -- [Have a separate input and output schema](input_output_schema.ipynb) -- [Pass private state between nodes inside the graph](pass_private_state.ipynb) +- [How to use Pydantic model as state](state-model.ipynb) +- [How to define input/output schema for your graph](input_output_schema.ipynb) +- [How to pass private state between nodes inside the graph](pass_private_state.ipynb) ### Other @@ -141,7 +141,8 @@ Learn how to set up your app for deployment to LangGraph Platform: - [How to set up app for deployment (JavaScript)](../cloud/deployment/setup_javascript.md) - [How to customize Dockerfile](../cloud/deployment/custom_docker.md) - [How to test locally](../cloud/deployment/test_locally.md) - +- [How to rebuild graph at runtime](../cloud/deployment/graph_rebuild.md) + ### Deployment LangGraph applications can be deployed using LangGraph Cloud, which provides a range of services to help you deploy, manage, and scale your applications.