langchain/docs/extras
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
..
_templates Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
additional_resources docs: update youtube videos and tutorials (#6515) 2023-07-05 12:50:31 -07:00
ecosystem Fix info about YouTube (#7447) 2023-07-10 01:52:55 -04:00
guides added template repo for CI/CD deployment on Google Cloud Run (#7218) 2023-07-06 09:38:38 -04:00
modules Add ZepMemory; improve ZepChatMessageHistory handling of metadata; Fix bugs (#7444) 2023-07-10 01:53:49 -04:00
use_cases Updated QA notebook (#6801) 2023-06-29 15:41:53 -07:00