Quickstart Guide
This guide will help you import your first dataset and run your first evaluation.Prerequisites
- A TurnWise account (sign up here)
- Conversation data in JSON format
Step 1: Prepare Your Data
Create a JSON file with your conversations. Here’s the minimal format:Every message needs a
role (user, assistant, system, or tool) and content. Message order is automatically inferred from the array position.Step 2: Create a Dataset
- Go to the Datasets page
- Click “New Dataset” in the sidebar
- Enter a name and optional description
- Click “Create”
Step 3: Import Conversations
- Open your new dataset
- Click the “Import” button in the header
- Drag and drop your JSON file or click to browse
- Click “Import”
Step 4: Add an Evaluation Metric
- Click “Add Column” to create a new metric
- Describe what you want to evaluate (e.g., “Is the response helpful?”)
- TurnWise will generate a metric configuration
- Review and save the metric
Step 5: Run Evaluations
- Click “Run All” to evaluate all conversations
- Wait for evaluations to complete
- Review results in the data table