VectorShift home page
Search...
⌘K
Ask AI
Support
Platform
Platform
Search...
Navigation
AI Operations
Summarizer Node
Documentation
API Reference
Book a Demo
Blog
Tutorials
Get Started
Introduction
Quickstart
Pipeline Mechanics
Platform
Pipelines
Overview
Start
General
Large Language Models (LLMs)
Knowledge
Data Loaders
Multi-Modal
Logic
Data Transformation
Text Operations
JSON Operations
List Operations
File Operations
AI Operations
Extract Data Node
Summarizer Node
Categorizer Node
Scorer Node
Translator Node
AI Filter List Node
AI Fill PDF Node
Extract to CSV Node
Notifications
Data Enirchment
Chat
Conversational
Knowledge
Interfaces
Transformations
Files
Account
Profile
Organizations
Subscriptions
On this page
Node Inputs
Node Parameters
Node Outputs
Example
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
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}}
Example
Below is an example pipeline that takes in a large body of text and summarizes it.
Text Node: Text to be summarized.
Summarizer Node: Takes in text and summarizes it.
Text for summarization:
{{text_0.text}}
Output Node: Display the summary.
Output:
{{summarizer_0.summary}}
Extract Data Node
Categorizer Node
Assistant
Responses are generated using AI and may contain mistakes.