Upload CSV file

In the queries tab, you can press the upload CSV button to ingest past queries. These queries will be used to do exploration and evaluations.

title

CSV Format Guide

Here is a link to download a template CSV file.

Here are the columns of the csv file:

  • query: requried - Formatted as an array of objects that contain the role and content values [{"role": "user", "content": "Hi.."}, {},...]

  • response - String output from the LLM

  • model - Model used to generate the response. Must follow the identifier format presented in the model pricing page.

  • cost - Cost in dollars, dont include $ sign. eg - 0.0023

  • latency - Latency in seconds, dont include sec as a prefix. eg - 2.3453