langchain/docs/extras/modules
Daniel Chalef c7f7788d0b
Add ZepMemory; improve ZepChatMessageHistory handling of metadata; Fix bugs (#7444)
Hey @hwchase17 - 

This PR adds a `ZepMemory` class, improves handling of Zep's message
metadata, and makes it easier for folks building custom chains to
persist metadata alongside their chat history.

We've had plenty confused users unfamiliar with ChatMessageHistory
classes and how to wrap the `ZepChatMessageHistory` in a
`ConversationBufferMemory`. So we've created the `ZepMemory` class as a
light wrapper for `ZepChatMessageHistory`.

Details:
- add ZepMemory, modify notebook to demo use of ZepMemory
- Modify summary to be SystemMessage
- add metadata argument to add_message; add Zep metadata to
Message.additional_kwargs
- support passing in metadata
2023-07-10 01:53:49 -04:00
..
agents docs(agents/toolkits): Fix error in document_comparison_toolkit.ipynb (#7417) 2023-07-08 19:51:08 -04:00
callbacks Update the API Reference link in Streamlit integration docs (#7377) 2023-07-07 17:35:57 -04:00
chains Base language model docstrings (#7104) 2023-07-07 16:09:10 -04:00
data_connection Update pinecone.ipynb (#7382) 2023-07-08 01:48:03 -04:00
memory Add ZepMemory; improve ZepChatMessageHistory handling of metadata; Fix bugs (#7444) 2023-07-10 01:53:49 -04:00
model_io integrate JinaChat (#6927) 2023-07-08 02:17:04 -04:00
paul_graham_essay.txt
state_of_the_union.txt