docs: add postgres checkpointer example (#839)

This commit is contained in:
Vadym Barda
2024-06-26 21:43:58 -04:00
committed by GitHub
parent 1a58af81b3
commit ebad91e2e1
5 changed files with 933 additions and 41 deletions
+1
View File
@@ -22,6 +22,7 @@ These how-to guides show how to achieve that controllability.
LangGraph makes it easy to persist state across graph runs. The guide below shows how to add persistence to your graph.
- [How to add persistence ("memory") to your graph](persistence.ipynb)
- [How to create a custom checkpointer using Postgres](persistence_postgres.ipynb)
## Human in the Loop