Files
qdrant/lib/collection
Arnaud Gourlay ee2f72e3a0 fix correct ReadConsistency factor minimum to 1 (#9021)
* fix(openapi): correct ReadConsistency factor minimum to 1

* validate ReadConsistencyGrpc
2026-05-12 17:27:36 +02:00
..
2026-04-27 12:56:29 +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