Monitoring
How can I export my logged inferences?
Athina supports exporting your logged inferences in 2 formats: JSON, and CSV.
You can also apply filters if you wish to export only a selected subset of your data.
For example: for fine-tuning, you may wish to only export inferences that have passed all evals.
Steps to Export Dataset
- Open https://app.athina.ai/observe
- (Optional) Apply any filters for your export
- Click the download icon (to the left of the search bar)
- Select a file format:
JSON
orCSV
- Wait a few seconds, and your download will be ready! 🎉
If you want to access your logged inferences programmatically, you can also check out our GraphQL API.