mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-06 17:57:49 +02:00
Merge pull request #84 from langchain-ai/harrison/persistence-in-readme
add persistence to readme
This commit is contained in:
@@ -476,6 +476,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.
|
||||
|
||||
Reference in New Issue
Block a user