How to upload a dataset in HoneyHive
JSON
, JSONL
and CSV
file uploads in HoneyHive.
Here’s an example JSONL
file that you can upload:
CSV
file that you can upload:
JSON
file format.
Expected time: few minutes
Steps:
Create a file with your JSON data
AI_bot_queries.json
with the content as shown above.Upload & view your dataset
Installation
Authentication & Imports
Create the dataset object
dataset_id
handy for future reference.Pass your data and provide a mapping
dataset_id
, you can pass your data list and provide a mapping to the fields.We’ll create unique datapoints for each entry in the JSON list. The datapoint_id
on those entries will be used for joining traces in experiment runs in the future.metadata
of the datapoint.