mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 17:10:59 -05:00
* integrate quantized data to storages * revert gitignore * are you happy clippy * quantize in optimizer * provide flag * fix segfault * skip quantization flag, update scores * use quantization flag * are you happy fmt * use quantization flag * quantized search test * are you happy fmt * refactor test, refactor scorer choosing * are you happy fmt * run quantization on segment builder * decrease testing parameters * simplify segment * update version * remove use_quantization flag * provide quantization config * quantization version up * euclid dist * add euclid test * saveload * fix initialization bugs * quantization lib version up * fix arm build * refactor scorer selecting * quant lib version up * are you happy fmt * are you happy fmt * are you happy clippy * add save/load test for simple storage * add comments * quantiles * quantization mmap * remove f32 * mmap test * fix mmap slice * fix mmap test * use chunks for quantization storage * fix build * are you happy fmt * update quantization library * update quantization lib * update quantization lib * integrate api changes * are you happy fmt * change quantization api * additional checks in tests * update quantization version * fix unit tests * add quantization to storage config * use quantization for all cardinality search cases * Integrate quantization suggestions 2 (#1520) * review api * wip: refactor quantization integrations * wip: refactor quantization integrations * wip: fmt * include quantization into snapshot * fmt --------- Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>