Skip to main content

Datasets

Datasets are curated collections of items used for evaluations and experiments. They can come from traces or your own imported sources. See Datasets for the underlying concepts.


Datasets list

From Datasets in the sidebar, you see all datasets for the project.

Datasets list

Search and sort

ControlWhat it does
SearchFilter datasets by name or description.
SortSort by Name, Description, or Created Date (ascending/descending).

Dataset cards

Each dataset shows:

  • Name and source (e.g. Imported from CSV)
  • Created date
  • View — open the dataset detail
  • Edit — change name, description, or columns
  • Delete — remove the dataset

New Dataset

Click New Dataset to create a dataset with name, description, and columns.

Import Dataset

Click Import Dataset to upload a CSV file and create a dataset from it.


Create dataset

Create New Dataset dialog

FieldWhat it does
NameLabel for the dataset.
DescriptionOptional helper text.
ColumnsDefine column names. Click Add Column to add more. At least one column is required.

Save is enabled once you add at least one column with a name.


Import dataset

Import Dataset dialog

FieldWhat it does
CSV FileDrag and drop or click to browse. The first row of the CSV defines column names.
Dataset NameOptional. If not provided, the filename (without .csv) is used.

Click Import Dataset after selecting a file. The dataset is created with columns and rows from the CSV.


Dataset detail

When you open a dataset, you see its header (columns) and rows.

Dataset detail

  • Back — return to the datasets list.
  • Dataset name and source (e.g. Imported from CSV).
  • Created and Updated timestamps.

Table controls

ControlWhat it does
Search rowsFilter rows by content.
Export CSVDownload the dataset as a CSV file.
Add RowAdd a new row. An inline row appears at the top; fill in values and save.

Table

  • Columns — the dataset's column names. Click column headers to sort (where supported).
  • Rows — each row shows values for each column. Use Copy to clipboard on a cell to copy its value.
  • Pagination — navigate through pages of rows.

Dataset Mode (adding rows from traces)

Dataset Mode lets you map span attributes into dataset columns from the Trace detail view. Use it when you want to build or extend a dataset from trace data (e.g. for evaluations and experiments).

What you need

  • A dataset created in the project (with at least one column). See Create dataset above.
  • A trace open in the trace detail view (Traces → open a trace).

Steps

  1. Open a trace from Traces.
  2. In the Viewer tab, turn on Dataset Mode and select a dataset from the dropdown.
  3. In the Preview sub-tab (detail panel), right-click an attribute key or value to open the context menu.
  4. Use Add Key/Value to Column or Map Key/Value to Column to map that attribute to a dataset column. Repeat for other attributes as needed. For spans that have been identified as model entities, you can also map messages from the whole span (not just individual attributes).
  5. Optionally open Dataset Mappings to review and manage all mappings for this trace.
  6. Turn off Dataset Mode by clicking the toggle again when you're done.

Mapped data is written to the dataset according to your mappings. You can then use the dataset in evaluations and experiments.

Dataset Mode context menu

Dataset Mappings view


When to use

  • Build a stable set of inputs for repeatable quality checks.
  • Reuse the same dataset after prompt/model changes to spot regressions.
  • Feed annotation queues when you need labels on a known set.
  • Run evaluations and experiments — datasets are the input for both.