mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-05 01:20:53 -05:00
* feat: add vector storage read enum * fix: linter * chore: remove open functions * fix: compiler error * review fix 1: remove constructiors (for now), use UniversalReadFamily, implement 1st part of VectorStorageReadEnum * fmt * read only chucked_vector_storage * fnt * feat: add dense chunked variants to vector storage read enum (#8916) * feat: add multi dense chunked (#8918) --------- Co-authored-by: generall <andrey@vasnetsov.com>