langflow/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-buffer-memory-mdx-681.json
2023-06-26 16:52:17 -03:00

23 lines
No EOL
800 B
JSON

{
"unversionedId": "buffer-memory",
"id": "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/buffer-memory.mdx",
"sourceDirName": ".",
"slug": "/buffer-memory",
"permalink": "/buffer-memory",
"draft": false,
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "Conversation Chain",
"permalink": "/conversation-chain"
},
"next": {
"title": "MidJourney Prompt Chain",
"permalink": "/midjourney-prompt-chain"
}
}