mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 14:43:07 +00:00
10 lines
294 B
Plaintext
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/>
|