docs: add shared memory how to (#1920)

This commit is contained in:
Vadym Barda
2024-10-01 19:54:59 +00:00
committed by GitHub
parent 98d1f27471
commit db6f8a53b6
4 changed files with 463 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ LangGraph makes it easy to persist state across graph runs. The guide below show
- [How to manage conversation history](memory/manage-conversation-history.ipynb)
- [How to delete messages](memory/delete-messages.ipynb)
- [How to add summary conversation memory](memory/add-summary-conversation-history.ipynb)
- [How to share state between threads](memory/shared-state.ipynb)
- [How to use Postgres checkpointer for persistence](persistence_postgres.ipynb)
- [How to create a custom checkpointer using MongoDB](persistence_mongodb.ipynb)
- [How to create a custom checkpointer using Redis](persistence_redis.ipynb)
File diff suppressed because one or more lines are too long