[Docs] Added MongoDB persistence in how-tos (#960)

---------

Co-authored-by: Vadym Barda <vadim.barda@gmail.com>
Co-authored-by: Vadym Barda <vadym@langchain.dev>
This commit is contained in:
Vedant Joshi
2024-07-09 12:27:56 -04:00
committed by GitHub
co-authored by Vadym Barda Vadym Barda
parent a8644baf50
commit 3675c5b89d
4 changed files with 603 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ LangGraph makes it easy to persist state across graph runs. The guide below show
- [How to delete messages](memory/delete-messages.ipynb)
- [How to add summary conversation memory](memory/add-summary-conversation-history.ipynb)
- [How to create a custom checkpointer using Postgres](persistence_postgres.ipynb)
- [How to create a custom checkpointer using MongoDB](persistence_mongodb.ipynb)
## Human in the Loop