Files
langchain/docs/docs_skeleton/docs/modules/memory/buffer.mdx
2023-07-23 23:23:16 -07:00

10 lines
294 B
Plaintext

# Conversation buffer memory
This notebook shows how to use `ConversationBufferMemory`. This memory allows for storing of messages and then extracts the messages in a variable.
We can first extract it as a string.
import Example from "@snippets/modules/memory/how_to/buffer.mdx"
<Example/>