docs: add memory how-tos + update add_messages (#958)

---------

Co-authored-by: vbarda <vadym@langchain.dev>
This commit is contained in:
Harrison Chase
2024-07-09 12:26:31 -04:00
committed by GitHub
co-authored by vbarda
parent cf75003cbe
commit a8644baf50
9 changed files with 1212 additions and 6 deletions
+3 -1
View File
@@ -25,7 +25,9 @@ _MANUAL = {
"streaming-events-from-within-tools.ipynb",
"streaming-from-final-node.ipynb",
"persistence.ipynb",
"managing-conversation-history.ipynb",
"memory/manage-conversation-history.ipynb",
"memory/delete-messages.ipynb",
"memory/add-summary-conversation-history.ipynb",
"persistence_postgres.ipynb",
"visualization.ipynb",
"state-model.ipynb",