Format your file

Your CSV or Excel file need to have the following columns:

  • input : the input text data, ususally the user message
  • output : the output text, ususally the LLM app response

Additonally, you can add the following columns:

  • task_id: an id of the task (input/output couple)
  • session_id: an id of the session. Messages with the same session_id will be grouped together in a single session
  • created_at: the creation date of the task (format it like "2021-09-01 12:00:00")

The maximum upload size with this method is 500MB.

Upload your file to the plateform

Click the setting icon at the top right of the screen and select Import data.

Import data

Then click, the Upload dataset button and use Choose file button to select your file.

Choose file

Your tasks will be populated in your project in a minute. You might need to refresh the page to see them.

Next steps