节点与集成
Workflow Retriever
Use the Workflow Retriever node to retrieve data from an n8n workflow for use in a Retrieval QA Chain or another Retriever node.
On this page, you'll find the node parameters for the Workflow Retriever node, and links to more resources.
Node parameters
Source
Tell n8n which workflow to call. You can choose either:
- Database and enter a workflow ID.
- Parameter and copy in a complete workflow JSON.
Workflow values
Set values to pass to the workflow you're calling.
These values appear in the output data of the trigger node in the workflow you call. You can access these values in expressions in the workflow. For example, if you have:
- Workflow Values with a Name of
myCustomValue - A workflow with an Execute Sub-workflow Trigger node as its trigger
The expression to access the value of myCustomValue is {{ $('Execute Sub-workflow Trigger').item.json.myCustomValue }}.
Templates and examples
Browse Workflow Retriever node documentation integration templates or search all templates
Related resources
Refer to LangChain's general retriever documentation for more information about the service.
View n8n's Advanced AI documentation.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。