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
  • Additional Reading
    • Release Notes
      • May 13, 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
  • New Features
  • Support for Custom Domain: app.rapidcanvas.ai
  • Support for RapidRAG Libraries
  • Enhancements
  • Environment Usage Notification
  • Post-Creation Disk Space & Memory Modification
  • Disk Space Utilization Display
  • Text Creation Syntax in Code Recipes
  • File Size Display for Text Files
  • UI Enhancements to Prediction Log Details
  • “Clear All” Option in Freeze Columns (Rapid Model Recipe)
  • "Updated On" Column in Artifacts Folder
  • Streamlit Upgraded to Latest Version
  1. Additional Reading
  2. Release Notes

May 13, 2025

PreviousRelease NotesNextApril 21, 2025

Last updated 9 hours ago

Learn about the enhancements, new features, and resolved issues as part of this release.

New Features

Support for Custom Domain:

We’ve officially transitioned to a new, production-ready domain: . This change marks a significant step toward platform stability and scalability.

  • Why this matters: The new domain provides a cleaner, more reliable access point to the RapidCanvas platform.

  • Transition period: Users can continue accessing the platform via both and . However, moving forward, will be the primary domain for all users.

  • This update ensures a consistent and robust experience across sessions.

Support for RapidRAG Libraries

Introducing RapidRAG libraries — a specialized set of helper functions developed to improve the performance and flexibility of Retrieval-Augmented Generation (RAG) workflows on RapidCanvas.

Key Highlights:

Environment-Level Configuration

  • A new checkbox, "rapid-rag libraries", is now available in environment settings.

  • When selected, the libraries are included for all recipes in the project.

  • Ideal for consistent usage across multiple RAG recipes.

Recipe-Level Configuration with Overrides

  • Enable RapidRAG libraries at the individual recipe level under the Requirements section.

  • Ensures the recipe runs in an isolated, temporary environment, preventing version conflicts.

  • Any libraries specified here will override those defined at the environment level.

Enhanced Requirements UI

We've improved the Requirements UI in code recipes to simplify dependency management:

  • Two new tabs:

    • Environment Requirements

      • View all Python libraries installed at the environment level.

      • Contains the environment-level RapidRAG checkbox.

      • Libraries here are read-only from this tab.

    • Recipe Requirements

      • Define Python libraries specific to a single recipe.

      • Includes a separate RapidRAG checkbox for isolated usage.

      • If left empty, the system defaults to the environment-level settings.

Enhancements

Environment Usage Notification

Users will now see an informational alert when an environment is being overutilized—either by their own task or by other processes within the project. This proactive notification helps users better manage resources and switch to more available environments when needed.

Post-Creation Disk Space & Memory Modification

  • Disk space can now be modified after environment creation, providing greater adaptability for changing storage needs.

  • Default disk space has been increased from 100 GB to 200 GB.(at deployment level)

  • Default memory has been upgraded from 48 GB to 56 GB.(at deployment level) These changes ensure smoother execution of data-intensive tasks.

Disk Space Utilization Display

A new section in the Environment Configs side sheet now displays current disk usage, making it easier to monitor and manage available storage.

Text Creation Syntax in Code Recipes

Users can now easily insert Text Creation blocks in the canvas using a sample syntax snippet, available via the Syntax button in the code recipe workspace.

File Size Display for Text Files

The file size of uploaded text files is now shown in the side sheet—just like with datasets—enhancing visibility and control over large text inputs.

UI Enhancements to Prediction Log Details

The Prediction Log Details window has been redesigned for better usability:

  • Request, Response, and Logs sections can now be expanded or collapsed individually.

  • Scrollbars have been added to each section and to the overall window for easier navigation through long outputs.

“Clear All” Option in Freeze Columns (Rapid Model Recipe)

A Clear All option has been added to the Freeze Columns dropdown in the Rapid model recipe, allowing users to quickly deselect all frozen columns in one click.

"Updated On" Column in Artifacts Folder

Users can now view the "Last Updated On" timestamp for files in the Artifacts folder, aiding better tracking of file modifications and versioning.

Streamlit Upgraded to Latest Version

The embedded Streamlit app has been updated from version 1.14.0 to the latest available release, offering enhanced performance, new features, and improved compatibility.

app.rapidcanvas.ai
app.rapidcanvas.ai
https://staging.dev.rapidcanvas.net/
app.rapidcanvas.ai
app.rapidcanvas.ai