mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-25 09:02:25 +02:00
[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:
co-authored by
Vadym Barda
Vadym Barda
parent
a8644baf50
commit
3675c5b89d
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user