节点与集成
Information Extractor
Use the Information Extractor node to extract structured information from incoming data.
On this page, you'll find the node parameters for the Information Extractor node, and links to more resources.
Node parameters
- Text defines the input text to extract information from. This is usually an expression that references a field from the input items. For example, this could be
{{ $json.chatInput }}if the input is a chat trigger, or{{ $json.text }}if a previous node is Extract from PDF. - Use Schema Type to choose how you want to describe the desired output data format. You can choose between:
- From Attribute Descriptions: This option allows you to define the schema by specifying the list of attributes and their descriptions.
- Generate From JSON Example: Input an example JSON object to automatically generate the schema. The node uses the object property types and names. It ignores the actual values. n8n treats every field as mandatory when generating schemas from JSON examples.
- Define using JSON Schema: Manually input the JSON schema. Read the JSON Schema guides and examples for help creating a valid JSON schema.
Node options
- System Prompt Template: Use this option to change the system prompt that's used for the information extraction. n8n automatically appends format specification instructions to the prompt.
Related resources
View n8n's Advanced AI documentation.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。