RapidCanvas Docs
  • Welcome
  • GETTING STARTED
    • Quick start guide
    • Introduction to RapidCanvas
    • RapidCanvas Concepts
    • Accessing the platform
  • BASIC
    • Projects
      • Projects Overview
        • Creating a project
        • Reviewing the Projects listing page
        • Duplicating a Project
        • Modifying the project settings
        • Deleting Project(s)
        • Configuring global variables at the project level
        • Working on a project
        • Generating the about content for the project
        • Generating AI snippets for each node on the Canvas
        • Marking & Unmarking a Project as Favorite
      • Canvas overview
        • Shortcut options on canvas
        • Queuing the Recipes
        • Bulk Deletion of Canvas Nodes
        • AI Guide
      • Recipes
        • AI-assisted recipe
        • Rapid model recipe
        • Template recipe
        • Code Recipe
        • RAG Recipes
      • Scheduler overview
        • Creating a scheduler
        • Running the scheduler manually
        • Managing schedulers in a project
        • Viewing the schedulers in a project
        • Viewing the run history of a specific scheduler
        • Publishing the updated data pipeline to selected jobs from canvas
        • Fetching the latest data pipeline to a specific scheduler
        • Comparing the canvas of the scheduler with current canvas of the project
      • Predictions
        • Manual Prediction
        • Prediction Scheduler
      • Segments and Scenarios
      • DataApps
        • Model DataApp
        • Project Canvas Datasets
        • Custom Uploaded Datasets
        • SQL Sources
        • Documents and PDFs
        • Prediction Service
        • Scheduler
        • Import DataApp
    • Connectors
      • Importing dataset(s) from the local system
      • Importing Text Files from the Local System
      • Connectors overview
      • Connect to external connectors
        • Importing data from Google Cloud Storage (GCS)
        • Importing data from Amazon S3
        • Importing data from Azure Blob
        • Importing data from Mongo DB
        • Importing data from Snowflake
        • Importing data from MySQL
        • Importing data from Amazon Redshift
        • Importing data from Fivetran connectors
    • Workspaces
      • User roles and permissions
    • Artifacts & Models
      • Adding Artifacts at the Project Level
      • Adding Models at the Project Level
      • Creating an artifact at the workspace level
      • Managing artifacts at the workspace level
      • Managing Models at the Workspace Level
      • Prediction services
    • Environments Overview
      • Creating an environment
      • Editing the environment details
      • Deleting an environment
      • Monitoring the resource utilization in an environment
  • ADVANCED
    • Starter Guide
      • Quick Start
    • Setup and Installation
      • Installing and setting up the SDK
    • Helper Functions
    • Notebook Guide
      • Introduction
      • Create a template
      • Code Snippets
      • DataApps
      • Prediction Service
      • How to
        • How to Authenticate
        • Create a new project
        • Create a Custom Environment
        • Add a dataset
        • Add a recipe to the dataset
        • Manage cloud connection
        • Code recipes
        • Display a template on the UI
        • Create Global Variables
        • Scheduler
        • Create new scenarios
        • Create Template
        • Use a template in a flow notebook
      • Reference Implementations
        • DataApps
        • Artifacts
        • Connectors
        • Feature Store
        • ML model
        • ML Pipeline
        • Multiple Files
      • Sample Projects
        • Model build and predict
    • Rapid Rag
  • Additional Reading
    • Release Notes
      • May 14, 2025
      • April 21, 2025
      • April 01, 2025
      • Mar 18, 2025
      • Feb 27, 2025
      • Jan 27, 2025
      • Dec 26, 2024
      • Nov 26, 2024
      • Oct 24, 2024
      • Sep 11, 2024
        • Aug 08, 2024
      • Aug 29, 2024
      • July 18, 2024
      • July 03, 2024
      • June 19, 2024
      • May 30, 2024
      • May 15, 2024
      • April 17, 2024
      • Mar 28, 2024
      • Mar 20, 2024
      • Feb 28, 2024
      • Feb 19, 2024
      • Jan 30, 2024
      • Jan 16, 2024
      • Dec 12, 2023
      • Nov 07, 2023
      • Oct 25, 2023
      • Oct 01, 2024
    • Glossary
Powered by GitBook
On this page
  • Features
  • Bulk Deletion of Nodes on Canvas
  • Migrated our Platform Documentation to Gitbook for a Better Experience
  • Duplicate Option for Recipes
  • Datatypes Displayed for Intermediate Datasets
  • Enhancements
  • Show Environments Used in Prediction Service
  • Support for Alphabets, Numbers & Underscore in Prediction Service Name
  • Redesigned Table Component Across Platform Pages
  • Revamped DataApp Design
  • Improved Naming for Dataset Outputs in AskAI
  • Improved Input Selection in AskAI
  • Reduced Syntax for Helper Functions
  • View Data Tabs Changed
  1. Additional Reading
  2. Release Notes

Mar 18, 2025

PreviousApril 01, 2025NextFeb 27, 2025

Last updated 2 months ago

Features

Bulk Deletion of Nodes on Canvas

Users can now select and delete multiple nodes on the canvas simultaneously, eliminating the need to delete them one by one.

Key Highlights:

  • Multi-Selection: Users can select multiple nodes using Ctrl+Click or Right-click (Windows) or Cmd+Click (Mac).

  • Bulk Delete Option: A Bulk Delete option appears once nodes are selected, allowing users to remove all selected nodes at once.

This enhancement significantly improves efficiency in managing nodes on the canvas.

Migrated our Platform Documentation to Gitbook for a Better Experience

We’ve migrated our platform documentation to Gitbook to provide users with a more seamless experience and an improved look and feel. The new platform offers enhanced search functionality, making it easier than ever to find the information you need.

Additionally, the tool is powered by AI, allowing users to ask questions directly through the search box and receive quick, relevant answers from our bot.

You can now access the updated documentation at . We hope this transition enhances your experience and makes finding the right information faster and more intuitive.

Duplicate Option for Recipes

Users can now duplicate recipes directly on the canvas via a right-click option. The Duplicate option allows users to easily copy the selected recipe and use it within the canvas.

Behaviour Based on Recipe Type:

  • AskAI Recipe: Requires a chat refresh to re-run previous queries and add the recipe code to the pipeline.

  • Rapid Model Recipe: Needs to be manually executed after duplication.

  • Code Recipe: The entire Code tab and recipe structure are copied.

  • Template Recipe: Displays the same transformation, but users must update the output dataset name before execution.

This feature simplifies the reuse of existing recipes and enhances workflow efficiency.

Datatypes Displayed for Intermediate Datasets

The platform now displays the data types of each column for intermediate datasets generated after running a recipe.

Key Enhancements:

  • Schema Button: Now available for datasets generated after running a prompt in AskAI.

  • Detailed View: Provides column names and their corresponding data types.

This feature improves visibility and understanding of intermediate datasets, making data analysis more efficient.

Enhancements

Show Environments Used in Prediction Service

To ensure environment consistency, the Prediction Service environment will automatically be applied to all queries in the corresponding DataApp in AskAI, eliminating manual configuration.

Support for Alphabets, Numbers & Underscore in Prediction Service Name

Users can now use a broader range of naming conventions for Prediction Services.

Naming Rules:

  • Must start with an alphabet.

  • Can include numbers (0-9) and underscores (_) after the first character.

This update increases flexibility in naming Prediction Services.

Redesigned Table Component Across Platform Pages

The table component has been standardized across multiple platform pages, including:

  • Connectors

  • Dashboards

  • DataApps

  • Environments

  • Project List View

  • Prediction Service History

  • Models Page

Additionally, users can now adjust column widths for better usability.

Revamped DataApp Design

The DataApp creation flow has been enhanced for improved navigation.

Key Updates:

  • Dropdown for Input Type Selection instead of radio buttons.

  • Cancel Option during creation to stop and return to the DataApps list.

  • Updated Edit DataApp Page:

    • Details Tab: Update DataApp details.

    • Settings Tab: Manage model selection, team access, and response display.

    • Starter Prompts Tab: Configure starter prompts.

  • Quick Navigation: Direct access to DataApp from the Edit page.

  • Default Settings:

    • Default model set to OpenAI GPT-4o.

    • Team access enabled by default.

    • Show model response code toggle enabled by default.

These improvements simplify DataApp management and improve clarity.

Improved Naming for Dataset Outputs in AskAI

To enhance clarity and traceability, the system now generates meaningful names when saving dataset outputs in AskAI or DataApp chat threads.

Improved Input Selection in AskAI

Several updates have been made to streamline data handling:

Key Enhancements:

  • Recent Datasets First: The input selection list prioritizes the most recently generated datasets.

  • Multiple Table Selection: Users can now select up to four tables at a time.

  • Auto-Deselect Feature: If a user attempts to pin a fifth table, the first pinned table will be automatically deselected with a notification.

These changes simplify dataset selection and prevent exceeding limits.

Reduced Syntax for Helper Functions

The sample syntax in Code Recipe outputs has been streamlined to reduce complexity.

Key Updates:

  • Previously required 4-5 lines of code, now reduced to one line.

  • Applies to all output types.

This improvement enhances readability and efficiency.

View Data Tabs Changed

The Source and Segment tabs have been restructured for better navigation.

Key Changes:

  • Tabs have been moved to a drop-down menu instead of being displayed separately.

  • Segment View: Displays segment details when selected.

  • Source View: Displays dataset source details when selected.

These updates reduce UI clutter and improve accessibility.

https://docs.rapidcanvas.ai/