5 min readUpdated Mar 2, 2026

AISummaryNodeEditor Documentation

Overview

The AISummaryNodeEditor is a component of the Vantage analytics and data platform that facilitates the configuration of AI-driven summary generation for datasets. The editor allows users to define the type of summary they wish to generate—be it an overview, trends, insights, or custom prompts—alongside other customizable parameters like prompt templates and row limits. This component leverages machine learning models to analyze data and produce human-readable summaries which can inform decision-making and strategic directions.

Settings

Summary Type

  1. Setting Name: summaryType
  2. Input Type: Dropdown (string)
  3. Description: This setting allows users to select the type of summary they want to generate for the dataset. The options include:
    • Overview: Provides a high-level summary of the dataset.
    • Trends: Identifies patterns and changes over time.
    • Insights: Delivers actionable findings and recommendations.
    • Custom: Lets users write their own prompt for the AI. Changing this setting updates the prompt template automatically if the current prompt is set to a default value.
  4. Default Value: overview

Prompt Template

  1. Setting Name: promptTemplate
  2. Input Type: Textarea (string)
  3. Description: Users can input a custom prompt here, which will be used by the AI to generate the summary. The prompt can include placeholders like {{data}}, which will be replaced with the actual dataset during summary generation. If the prompt is reset, it will revert to the default prompt associated with the selected summary type.
  4. Default Values:
    • For Overview: Analyze the following dataset and provide a high-level overview summary. Include total records, key columns, and notable patterns.\n\nData:\n{{data}}
    • For Trends: Analyze the following dataset and identify key trends over time. Include patterns, anomalies, and significant changes.\n\nData:\n{{data}}
    • For Insights: Analyze the following dataset and provide actionable business insights. Include top findings, correlations, and recommendations.\n\nData:\n{{data}}
    • For Custom: {{data}}

Max Rows

  1. Setting Name: maxRows
  2. Input Type: Range slider (numeric)
  3. Description: This setting allows users to define the maximum number of rows from the dataset that will be sent to the AI for context during the summary generation. A larger number of rows can lead to a more nuanced and detailed summary but may also increase processing times.
  4. Default Value: 200
  5. Value Range: Minimum of 50 and maximum of 500, stepping in increments of 50.

Upstream Columns

Output Information

How It Works

The AISummaryNodeEditor listens for changes in the selected configuration and updates its state accordingly. When the user selects a summary type, the component updates the prompt template to reflect a corresponding default prompt unless a custom one has been provided. The range slider for maxRows adjusts the number of rows sent to the AI, influencing the richness of the generated summary. The component also fetches upstream column data, providing users with contextual awareness about the columns that will factor into the AI's analysis.

AI Integrations

The AISummaryNodeEditor integrates with underlying AI models to analyze the dataset based on user-selected parameters, generating intelligent summaries. This component is part of a broader architecture that executes AI workflows on data ingested into Vantage, harnessing advanced analytics and machine learning capabilities.

Billing Impact

Utilizing the AISummaryNodeEditor may have billing impacts depending on the complexity of the queries submitted to the AI and the amount of data processed. Users should refer to Vantage’s billing guidelines related to AI model usage to understand cost implications fully.

Use Cases & Examples

Use Case 1: Providing Executive Summaries

Use Case 3: Custom AI Insights for Performance Review

Completing these specific configurations allows the AI to tailor its analysis based on the unique requirements of each use case, delivering insightful outputs that facilitate informed decision-making.