节点与集成
Motorhead
Use the Motorhead node to use Motorhead as a memory1 server.
On this page, you'll find a list of operations the Motorhead node supports, and links to more resources.
Node parameters
- Session ID: Enter the ID to use to store the memory in the workflow data.
Node reference
Templates and examples
Browse Motorhead node documentation integration templates or search all templates
Related resources
Refer to LangChain's Motorhead documentation for more information about the service.
View n8n's Advanced AI documentation.
Single memory instance
If you add more than one Motorhead node to your workflow, all nodes access the same memory instance by default. Be careful when doing destructive actions that override existing memory contents, such as the override all messages operation in the Chat Memory Manager node. If you want more than one memory instance in your workflow, set different session IDs in different memory nodes.
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 持续更新的官方页面为准。