Export Traces
Last updated
Last updated
Copyright © 2023 Arize AI, Inc
It can be helpful to export the trace data from Arize for a variety of reasons. Common use cases include:
Testing out evaluations with a subset of the data
Create a dataset of few-shot examples programmatically
Augment trace data with metadata programmatically
Fine-tune a smaller model with production traces from Arize
Arize supports 1) Exporting to a notebook and 2) Exporting to a CSV.
See our data API guide for function and argument level information.
After logging data to Arize, if you want to retrieve that data to use in code for evaluation, you can visit the LLM Tracing tab to see your traces and use the export button to get your export code.
Users can download data directly as a CSV file from the Tracing page by selecting "Export to CSV" from the export dropdown menu. Please note that the CSV export is designed to capture only a sample of the data, specifically the top 1,000 rows currently displayed on the page. Before exporting, users can customize the output by selecting their desired columns using the table column selector.