Create a dataset from CSV
You can now upload CSVs as a dataset in Arize. Your columns in the file will be attributes that you can access in experiments or in prompt playground.
The primary requirement for the CSV is that it must have an id
column. Here's an example CSV snippet, which has the question and response columns as attributes.
Last updated
Was this helpful?