Skip to main content
Looking for the fastest way to create datasets? If you’ve defined Specifications, Galtea can generate datasets automatically — including type, variants, and test cases. Use this tutorial when you need full control over dataset creation or want to upload your own test data.
You can create Datasets by uploading your own test data or by having Galtea generate test cases from a knowledge file.

Creating Datasets with the SDK

The Galtea SDK provides methods to create Accuracy Datasets, Security & Safety Datasets, and Behavior Datasets.
If you have a prepared dataset file in CSV format, you can upload it directly.
The dataset file must follow the structure specified for:If the file is not correctly formatted, test cases will not be created automatically, but you can still add them manually.
Behavior Datasets: Use type="BEHAVIOR" to create conversation simulation datasets that enable multi-turn dialogue evaluation with simulated users. See the Conversation Simulator Tutorial for complete examples.

Next Steps

Run Dataset-Based Evaluations

Run your dataset against a specific product version.

API Reference

View the complete Dataset Service API reference.