Overview
Prompt Studio is a Generative AI feature in
RubiStudio that allows users to generate insights, summaries, trend analysis,
correlation summaries, and smart analysis directly from workbook data. Users
configure prompts, select relevant columns, and receive AI-generated insights
using integrated GenAI models.
Where to Find the Prompt Studio Node
You can find the Prompt Studio node under:
Workbook → Rubi AI → Prompt
Studio
• Accepts any predecessor node that returns ''tabular data''.
• Selected columns must not contain null values (validation error if nulls
exist).
• Column selection is done through the **Features** section in the property
pane.
Configuring the Prompt Studio Node
1.Add the Prompt Studio node to your workbook.
2. Connect a predecessor node that outputs
tabular data.
3. Open the property pane and select columns under ‘’Features’’.
4. Enter your prompt in natural language, optionally referencing selected
columns.
Sample Prompts
• "Generate a short summary about
dataset trends and anomalies."
• "Give a correlation analysis summary for numerical columns."
• "Generate insights for the following columns: {col1}, {col2},
{col3}."
Notes
• UI includes tooltips and labeled column
selection.
• Execution will fail if selected columns contain null values.
• Output quality depends on model configuration and prompt clarity.
Related Articles
Working with Model Studio
What is Model Studio Model Studio is a visual model designer for data scientists. It helps to build, train, test, deploy, and publish data models. These published data models can be reused whenever required. This enables you to maintain multiple ...
Configuring RubiAI Model in Administrator Application
RubiAI Model Configuration allows administrators to connect Rubiscape with Large Language Model (LLM) providers such as Gemini. Once configured, RubiAI features become available across Rubisight and Rubistudio for Designer Assistant, widget insights, ...
RubiNotebook
Writing Custom Code using RubiNotebook To write your custom code using RubiNotebook, follow the steps given below. Create your algorithm flow. Refer to Building Algorithm Flow in a Workbook Canvas. Drag and drop RubiNotebook on your workbook canvas. ...
RubiNotebook
Writing Custom Code using RubiNotebook To write your custom code using RubiNotebook, follow the steps given below. Create your algorithm flow. Refer to Building Algorithm Flow in a Workbook Canvas. Drag and drop RubiNotebook on your workbook canvas. ...
Generate and Plot Charts
Generate and Plot Charts RubiAI lets you generate the chart based on user prompts and also enables user to plot the chart in the Rubisight dashboard. Generate and plot option is available from Edit mode of the dashboard. From view mode user can ...