LogoLogo
Tonic Validatetonic_validateDocs homeTonic.ai
  • Tonic Validate guide
  • About Tonic Validate
    • What is Tonic Validate?
    • Validate components and tools
    • Validate workflows
  • Getting started with Validate
    • Starting your Validate account
    • Setting up the Validate SDK
    • Quickstart example - create a run and log responses
    • Creating and revoking Validate API keys
  • About RAG metrics
    • About using metrics to evaluate a RAG system
    • RAG components summary
    • RAG metrics summary
    • RAG metrics reference
  • Benchmarks and projects
    • Managing benchmarks in Validate
    • Managing projects in Validate
  • Runs
    • Starting a Validate run
    • Viewing and managing runs
  • Production monitoring
    • Configuring your RAG system to send questions to Validate
    • Viewing the metric scores and logged questions
  • Code examples
    • End-to-end example using LlamaIndex
Powered by GitBook
On this page
  • Displaying the details for a run
  • Overview tab
  • Average overall score and metrics scores
  • Score and metrics summary graphs
  • Scores tab
  • Metadata tab
  • Questions & Answers tab
  • Deleting a run

Was this helpful?

Export as PDF
  1. Runs

Viewing and managing runs

Last updated 1 year ago

Was this helpful?

You use the Tonic Validate application to view the results of each run.

If you use the Ragas integration, , then each upload of Ragas results is displayed as a run in Validate.

Displaying the details for a run

From the run list on the project details page, to display the run results, click the run.

The run details provide details about the run questions and scores. It also provides access to delete the run.

The run details replace the project overview with the metrics, chart, and questions. To return to the overview, click Show Project Overview.

Overview tab

The Overview tab summarizes the scores for the questions.

Average overall score and metrics scores

The tiles at the top of the Overview tab show the average overall score and metrics scores from across the entire run.

Score and metrics summary graphs

Below the composite scores are bar graphs for the overall score and the metrics scores.

For each range of score values in the x-axis, the graph displays the number of questions that received scores that fall within that range.

Scores tab

The Scores tab provides a spreadsheet list of the run questions and their overall and metrics scores.

You can sort the list by any of the columns. To sort by a selected column, click the column heading. To reverse the sort, click the heading again.

Metadata tab

The Metadata tab provides any metadata that was provided when the run was started.

Questions & Answers tab

The Questions & Answers tab provides a detailed list of questions that were included in the run.

For each question, the list includes:

  • The text of the question.

  • The reference answer - this is the answer that you expected.

  • The answer that your LLM provided.

  • The context that the LLM used to answer the question.

  • The overall and metrics scores for the question.

Here is a full question entry from the Questions & Answers tab:

Deleting a run

To delete a run:

  1. In the run details heading, click Delete.

  2. On the confirmation panel, click Delete.

tonic_ragas_logger
Run details for a selected run
Overview tab for the run details
Scores tab for the run details
Metadata tab for the run details
Questions & Answers tab for the run details
Full entry for a question on the Questions & Answers tab
Delete option for a run