Create Test Sets from Playground
Overview
The playground offers a convenient way to create and add data to a test set. This workflow is useful when you discover interesting cases or edge cases while experimenting with your LLM application.
Adding data points from the playground
To add a data point to a test set from the playground:
- Work with your application in the playground
- When you find an interesting case, click the
Add to test setbutton located near theRunbutton - A drawer will display showing the inputs and outputs from the playground
- You can modify inputs and correct answers if needed
- Select an existing test set to add to, or choose
+Add newto create a new one - Once you're satisfied, click
Addto finalize
Next steps
- Upload test sets as CSVs for bulk imports
- Create test sets from traces to capture production data
- Learn about running evaluations with your test sets