v0.4.21 Allow users to provide IVF centroids during indexing
What's Changed
- [Rust] Use lance local object store by @eddyxu in #959
- [Rust] Allow to provide pre-existing IVF_PQ centroids during index creation by @eddyxu in #963
- remove deletion_vector method and handle Result from reading deletion file properly by @chebbyChefNEQ in #965
- [Python] Pass IVF centroids via create_index API by @eddyxu in #970
- implement deletion vector handling in index scan by @chebbyChefNEQ in #958
Full Changelog: v0.4.20...v0.4.21