mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-29 06:01:05 -05:00
* TurboQuant Datatype for Multivectors * Fix update_from and add non-appendable open() * Fix unnecessary allocations + wrap chunk boundaries * Congruence tests TurboVectorStorage <-> TurboMultiVectorStorage(vecs=1) * Only use appendable backend for turbo4-multivectors * Simplify update_from * Never place multivectors across chunk boundaries (skip tail, reject oversized) * Review remarks