mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 01:50:57 -05:00
* WAL replay reproducer for delete_named_vector * fix * Update lib/shard/src/operations/mod.rs Co-authored-by: Tim Visée <tim+github@visee.me> * add vector name created * track best-effort behavior --------- Co-authored-by: Tim Visée <tim+github@visee.me>
Collection
Crate, which implements all functions required for operations with a single collection of points. Points within a collection should share the same payload schema and have same vector size. So that search requests could be performed over all points of a single collection.

