Loading Data for Evals
Loading data via Llama-Index
You can load your data for evals using llama-index
That’s all you need to do to load your data!
To view the imported dataset as a pandas DataFrame:
Output Format
The output format will be different for different Loaders.
The Loader
will return a List[DataPoint]
type after you call the load function of choice.