mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 01:50:57 -05:00
* product quantization * update quantization version * refactor * change api * PQ -> product rename * fix grpc comment * fix tests * are you happy clippy * quantization version up * update quantization * provide max threads for kmeans * fix test build * pq unit tests * update quantization lib * update quantization version * update deleted flags for quantized raw scorer * fix build * are you happy fmt * update grpc docs * update openapi * restore storage_builder.try_reserve_exact * Update lib/segment/src/segment_constructor/segment_builder.rs Co-authored-by: Tim Visée <tim+github@visee.me> * Update lib/segment/src/vector_storage/quantized/quantized_raw_scorer.rs Co-authored-by: Tim Visée <tim+github@visee.me> * change pub to pub(super) * Update lib/segment/src/vector_storage/quantized/quantized_vectors.rs Co-authored-by: Tim Visée <tim+github@visee.me> * rename to config_exists * Product quantization compression api (#1834) * product quantization compression api * update openapi and grpc docs * Update lib/api/src/grpc/proto/collections.proto Co-authored-by: Tim Visée <tim+github@visee.me> * fix test build * are you happy fmt * update grpc docs --------- Co-authored-by: Tim Visée <tim+github@visee.me> * product quantization with stopper (#1874) * product quantization with stopper * quantization version up * fix build * small comment fix --------- Co-authored-by: Tim Visée <tim+github@visee.me>