How-To Guides#
Types#
The first set of examples all highlight different types of memory.
Usage#
The examples here all highlight how to use memory in different ways.
- How to add Memory to an LLMChain
- How to add memory to a Multi-Input Chain
- How to add Memory to an Agent
- Adding Message Memory backed by a database to an Agent
- How to customize conversational memory
- How to create a custom Memory class
- How to use multiple memory classes in the same chain
- Redis Chat Message History