节点与集成
Simple Memory
Use the Simple Memory node to persist1 chat history in your workflow.
On this page, you'll find a list of operations the Simple Memory node supports, and links to more resources.
Node parameters
Configure these parameters to configure the node:
- Session Key: Enter the key to use to store the memory in the workflow data.
- Context Window Length: Enter the number of previous interactions to consider for context.
Templates and examples
Browse n8n-nodes-langchain.memorybufferwindow integration templates or search all templates
Related resources
Refer to LangChain's Buffer Window Memory documentation for more information about the service.
View n8n's Advanced AI documentation.
Common issues
For common questions or issues and suggested solutions, refer to Common issues.
Footnotes
- Back
In an AI context, memory allows AI tools to persist message context across interactions. This allows you to have a continuing conversations with AI agents, for example, without submitting ongoing context with each message. In n8n, AI agent nodes can use memory, but AI chains can't.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。