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
@@ -142,6 +142,7 @@ nav:
- Manage conversation history: how-tos/memory/manage-conversation-history.ipynb
- Delete messages: how-tos/memory/delete-messages.ipynb
- Add summary of the conversation history: how-tos/memory/add-summary-conversation-history.ipynb
- Share state between threads: how-tos/memory/shared-state.ipynb
- Use Postgres checkpointer for persistence: how-tos/persistence_postgres.ipynb
- Create custom checkpointer using MongoDB: how-tos/persistence_mongodb.ipynb
- Create custom checkpointer using Redis: how-tos/persistence_redis.ipynb