AI Operations
Summarizer Node
Summarize a text input
This node allows you to summarize a text input using AI.
Node Inputs
- Text for Summarization: The text you want to summarize
- Type:
Text
- Type:
Node Parameters
In the gear:
- Provider: Provider of the AI model you want to use. The default provider is OpenAI.
- Model: Model name of the AI model you want to use. The default model is gpt-4o.
Node Outputs
- Summary: The summarized text from AI
- Type:
Text
- Example usage:
{{summarizer_0.summary}}
- Type:
Example
The below example is a pipeline which takes in a large body of text and summarizes it.