Expand description
IVF - Inverted File Index
Re-exports§
pub use builder::IvfBuildParams;
Modules§
- builder
- Build IVF model
- shuffler
- Disk-based shuffle a stream of RecordBatch into each IVF partition.
- storage
Structs§
- IvfTransformer
- IVF - IVF file partition
Functions§
- new_
ivf_ transformer - Create an IVF from the flatten centroids.
- new_
ivf_ transformer_ with_ quantizer