Modern columnar data format for ML and LLMs implemented in Rust. Convert from parquet in 2 lines of code for 100x faster random access, vector index, and data versioning. Compatible with Pandas, DuckDB, Polars, Pyarrow, and PyTorch with more integrations coming..
If you call checkout_version() you shouldn't be able to call .delete() or similar methods. Will need some sort of flag that checks whether it's a historical version.
If you call
checkout_version()
you shouldn't be able to call.delete()
or similar methods. Will need some sort of flag that checks whether it's a historical version.