mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 10:00:58 -05:00
* many named vectors per point (segment-level) * operation result for dim function * beautifulized vector name * fix naming bug * segment version migration * fmt * add segment tests * are you happy clippy * fix build * [WIP] many named vectors per point (collection-level) (#975) * config and search * fix placeholders for proxy segment move * remove VectorType from collection * are you happy fmt * vectors in grps messages * create collections with vectors * segment holder fixes * are you happy fmt * remove default vector name placeholders * are you happy fmt * are you happy clippy * fix build * fix web api * are you happy clippy * are you happy fmt * record vector&vectors * openapi update * fix openapi integration tests * segment builder fix todo * vector names for update from segment * remove unwrap * backward compatibility * upd openapi * backward compatible PointStruct * upd openapi * fix record back-comp * fmt * vector configuration backward compatibility * fix vetor storage size estimation * fmt * multi-vec segment test + index test * fmt * api integration tests * [WIP] Named vectors struct (#1002) * move to separate file * named vectors as struct * use cow * fix build * keys iterator * avoid copy in PointStruct -> get_vectors * avoid another copy Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com> Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>