empirical-run / empirical

Test and evaluate LLMs and model configurations, across all the scenarios that matter for your application
https://docs.empirical.run
MIT License
146 stars 11 forks source link

Add support for google sheets as a dataset source #118

Closed arjunattam closed 4 months ago

arjunattam commented 4 months ago

Just like pointing to a jsonl file locally, users should be able to point to a google sheet and use that as the source for their dataset samples.

"dataset": {
   "path": "< file or http path >"
}