[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
@@ -137,6 +137,7 @@ nav:
- Delete messages: how-tos/memory/delete-messages.ipynb
- Add summary of the conversation history: how-tos/memory/add-summary-conversation-history.ipynb
- Create custom checkpointer using Postgres: how-tos/persistence_postgres.ipynb
- Create custom checkpointer using MongoDB: how-tos/persistence_mongodb.ipynb
- Human-in-the-loop:
- Add breakpoints: how-tos/human_in_the_loop/breakpoints.ipynb
- Wait for user input: how-tos/human_in_the_loop/wait-user-input.ipynb