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.
- 如何给 LLM Chain(大语言模型链)添加 Memeory(记忆)
- How to add memory to a Multi-Input Chain
- How to add Memory to an Agent
- 给Agent(代理)添加由数据库支持的消息存储
- How to customize conversational memory
- How to create a custom Memory class
- Motörhead Memory
- How to use multiple memory classes in the same chain
- Postgres Chat Message History
- Redis Chat Message History