Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/evals / loaders
loaders
Dataset loaders. Every loader returns a fully-materialised Dataset that the runner can iterate over without further I/O. Streaming loaders are a post-MVP follow-up.
Functions
| Function | Description |
|---|---|
| groupAndExtract | Pure parser for the trace JSONL format. Exported so tests can exercise the extraction without touching the filesystem. |
References
fromIterable
Re-exports fromIterable
FromTracesOptions
Re-exports FromTracesOptions
loadCsvDataset
Re-exports loadCsvDataset
LoadCsvOptions
Re-exports LoadCsvOptions
loadDatasetFromTraces
Re-exports loadDatasetFromTraces
loadJsonlDataset
Re-exports loadJsonlDataset
LoadJsonlOptions
Re-exports LoadJsonlOptions
parseCsv
Re-exports parseCsv
parseJsonl
Re-exports parseJsonl
TraceEvent
Re-exports TraceEvent