From 66845a8d74153c55e9f7697e8544b7d7903ed216 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Mon, 5 Feb 2024 08:57:29 -0800 Subject: [PATCH] add persistence to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9834416da..a5dcc7d81 100644 --- a/README.md +++ b/README.md @@ -473,6 +473,11 @@ In order for a walkthrough on how to do that, see [this documentation](https://g Sometimes language models take a while to respond and you may want to stream tokens to end users. For a guide on how to do this, see [this documentation](https://github.com/langchain-ai/langgraph/blob/main/examples/streaming-tokens.ipynb) +### Persistence + +LangGraph comes with built-in persistence, allowing you to save the state of the graph at point and resume from there. +In order for a walkthrough on how to do that, see [this documentation](https://github.com/langchain-ai/langgraph/blob/main/examples/persistence.ipynb) + ## Documentation There are only a few new APIs to use.