Skip to Content
New EngineLoad DataOverview

AI/ML datasets usually start as local files, manifests, compressed columns, or small scratch tables used to validate a pipeline. Spiral currently supports local Vortex files, Arrow IPC files, Parquet files, and in-memory tables.

Common paths

Current file support

SourceCurrent access path
Vortex file.open / .load, spql.vortex.read(path)
Arrow IPC filespql.arrow.read_ipc(path)
Parquet filespql.parquet.read(path)
Hugging Face dataset handlehf.dataset(...) metadata handle
Small literal dataCREATE TABLE, INSERT, and VALUES

Planned modality dataset functions live under Extensions and remain marked Experimental until implemented.

Last updated on