Create New Dataset
Steps to Create a Dataset
Navigate to the Dataset Page
After creating a new project, you will be automatically redirected to the dataset page.
Start with an Empty Screen
If no datasets exist, you will see a guided instruction screen prompting you to create your first dataset.
Create a Dataset Using Tracing
Datasets in agentic applications are created by committing a trace.
Refer to the Tracing Documentation to learn how to set up and capture traces.
Commit Your Trace
Once a trace is successfully recorded and committed, it will automatically populate the dataset list on the UI.
Each dataset represents a specific experiment conducted within the application.
View the Dataset
After committing a trace, the dataset will appear in the UI, allowing you to access and manage it as an experiment.
Dataset Columns:
TraceID
Timestamp
Trace URL
Feedback
Response
Metadata
Metric Score
Completion Token
Prompt Token
Cost
Trace View and Prediction Details
When you click on a datapoint in the dataset table, the Trace View opens, providing detailed insights at the span level:
Trace View
Displays all the information instrumented during tracing, broken down at the span level.
Offers a granular view of the execution flow, including:
LLM calls.
Tool interactions.
Agent decision-making steps.
Enables debugging and performance analysis by identifying bottlenecks or errors.
Prediction Details
Users can toggle to the Prediction Details tab to focus on the evaluation metrics.
Key features include:
Metric Evaluation Score: A breakdown of scores based on pre-defined metrics such as Response Correctness, Context Relevancy, etc.
Reasoning: Detailed explanations behind each score, offering insights into why a particular rating was assigned.
Last updated