Manage models

The Manage Models tab allows you to view, activate and manage your private RAG models. Each model has a unique ID that can be used in the Smabbler API.

Activating RAG model

To activate a model:

  1. Click the toggle button next to the model.

  2. Confirm activation in the pop-up window.

  3. The model status will change to Pending Activation until the process is complete.

  4. Once activated, you can test it using the Try RAG Model in Demo button, which will redirect you to the Demo section.


Model statuses

A model can have one of four statuses:

  • Active - the model is activated and ready to be used in the Demo section.

  • Inactive - the model is generated and ready for use but not yet activated.

  • Pending Activation - the model is generating and awaiting activation for usage.

  • Pending Inactivation - the model is in the process of being deactivated and will soon become inactive.


Model actions

Each model entry includes a three-dot menu (...) with the following options:

  • Remove - permanently deletes the model.

  • Rename - allows you to change the model name.

  • Edit graph - opens the RAG Model Preview, where you can modify your model.

  • Clone - creates a duplicate of the model.

  • Show history - displays the model’s activity log.


RAG Model Preview

The RAG Model Preview allows you to visually explore and interact with your model structure.

In this view, you can:

  • Click on nodes to explore deeper connections or use the depth level slider to adjust visibility.

  • Right-click a node to delete it.

  • Search for specific nodes using the search bar.

  • Switch between 2D and 3D visualizations.

  • Choose a presentation Mode: Galaxy, Sphere or Tree.

  • Toggle labels for node visibility.

After reviewing or editing the model, you can:

  • Click Build RAG to proceed without any changes made.

  • Click Build Modified RAG to apply and continue with changes.

  • Click Abandon Changes to discard edits and exit.

Last updated