Files
qdrant/lib/collection
Arnaud Gourlay ad574a7acf Fix WAL replay dropping points after delete_named_vector (#9105)
* 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>
2026-06-09 14:06:12 +02:00
..
2026-04-27 12:56:29 +02:00
2026-05-26 17:28:49 +02:00

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.

Structure

Collection structure

Update process

Update process