23 lines
No EOL
870 B
JSON
23 lines
No EOL
870 B
JSON
{
|
|
"unversionedId": "examples/buffer-memory",
|
|
"id": "examples/buffer-memory",
|
|
"title": "Buffer Memory",
|
|
"description": "For certain applications, retaining past interactions is crucial. For that, chains and agents may accept a memory component as one of their input parameters. The ConversationBufferMemory component is one of them. It stores messages and extracts them into variables.",
|
|
"source": "@site/docs/examples/buffer-memory.mdx",
|
|
"sourceDirName": "examples",
|
|
"slug": "/examples/buffer-memory",
|
|
"permalink": "/examples/buffer-memory",
|
|
"draft": false,
|
|
"tags": [],
|
|
"version": "current",
|
|
"frontMatter": {},
|
|
"sidebar": "docs",
|
|
"previous": {
|
|
"title": "Conversation Chain",
|
|
"permalink": "/examples/conversation-chain"
|
|
},
|
|
"next": {
|
|
"title": "MidJourney Prompt Chain",
|
|
"permalink": "/examples/midjourney-prompt-chain"
|
|
}
|
|
} |