Launching when AI Studios mode is disabled

This section outlines the process for manually creating the RAG Studio application when the AI Studio entitlement cannot be enabled.

  1. Create a new blank Project and configure Runtime.
    1. Create a new blank project. Do not reuse an existing project where RAG Studio was previously deployed using the legacy AMP mode.
    2. Set up the RAG Studio ML Runtime image on the Project Settings > Runtimes page.
    3. Click Add Runtime.
    4. In the Add new runtime to project dialog box, select the Editor as PBJ Workbench.
    5. Select RAG Studio as the Kernel.
    6. Click Submit.

      The newly added runtime is displayed in the Project Settings page.

  2. Create the RAG Studio application.
    1. In the left navigation pane, click the Applications tab.
    2. Click New Application.
    3. Enter the name of the application as RagStudio.
    4. Enter the script file path as /rag-studio/scripts/startup_app.py. This script is auto-created during the installation process.
    5. Select RAG Studio as the kernel under the Runtime settings.
  3. Launch the application.
    1. Once the application is created, it will launch a runtime container based on the configured RAG Studio ML Runtime Image within the project. This application will serve as the new RAG Studio interface.

This will create a runtime container-based RAG Studio application inside the project.