Oxen.ai allows you to find the best model and prompt for your use case.
{variable_name}
to give the model context.
Run Sample
button.
/api/repos/:namespace/:repo_name/evaluations/:resource
endpoint.
For example if the file you want to process is at:
https://oxen.ai/ox/customer-intents/main/data.parquet
The parameters should be:
:namespace
-> ox
:repo_name
-> customer-intents
:resource
-> main/data.parquet
(combination of branch name and file_name
)evaluation.id
from the response as you will need it to check the status of the job or retrieve the results later.
To check the status of the job, you can send a GET request to the /api/repos/:namespace/:repo_name/evaluations/:evaluation_id
endpoint.