Quickstart
Begin your journey into AI testing with the RagaAI sandbox in easy steps -
Last updated
Begin your journey into AI testing with the RagaAI sandbox in easy steps -
Last updated
Step 1: Create Your RagaAI Account
Create you account on RagaAI Prism's public sandbox here.
Provide your details and sign up with your work account.
Confirm your email address through the verification link sent to your inbox.
Step 2: Accessing RagaAI
Once your account is active, log in to the Prism dashboard.
Access the guided tour to familiarise yourself with the user interface and available features.
Create a new project using the button. Each represents a unique AI application / use-case. Select any such project to perform a deep dive.
Explore a Run: Every Run represents the execution of the test suite on a set of datasets and model. Select a Run to view all tests performed.
Access Test Results: On the summary page, click view iterations and view results to explore test results for a specific dataset and model.
Note: An in-depth companion piece to every project and every test run is available on the sandbox guide.
Navigate to the RagaAI dashboard and open your project.
Click on the 'Initiate Run' button located towards the right side of the dashboard.
A popup will appear displaying the Access Key and Secret Key.
These keys are crucial as they link the Google Colab file to your RagaAI account and the specific project you are working on.
Click on the 'Try It' button within the popup.
This action will open a new tab with a Google Colab notebook preloaded with the necessary code cells for executing the test.
In the Colab notebook, locate the cell titled 'Put your ACCESS KEY & SECRET KEY'.
Replace the placeholder text with your actual Access Key and Secret Key provided in the popup.
The first cell typically contains the command to install the RagaAI testing platform library using pip
. Run this cell to install the required library in your Colab environment.
After setting your Access Key and Secret Key, proceed to the cell labeled 'Import All raga lib from raga module' and run it to import the necessary modules.
Step 6: Upload a Dataset
Step 7: Generate Embeddings
In some cases, the tests you want to run may require the generation of embeddings for your dataset. Embeddings are numerical representations of your data that are crucial for certain types of AI models and evaluations:
you can add your existing embeddings as well, by using:
Step 8: Generate Inferences
If your dataset does not have model inferences, then you can use ragaAI to generate inferences [we also support using of custom models]
User can add their own inferences as well, by using:
Step 9: Setup a run
Set up a Run: This cell contains the code to initialise a test session with parameters like project name, run name, and your keys. Running this cell will start the test run using the onboarded dataset.
Step 10: Execute test
Run Tests: These cells contains the code to execute the different available tests. Alter the parameters like threshold, metric, etc and execute the cell
Once the test is complete, you can easily visualise the results. Navigate back to our platform's user interface (UI). Inside the Runs tab, you'll find a new run containing results for the tests executed by you.