Files
qdrant/lib/collection
Kumar Shivendu f00a69df4b Fix total count in replicate points progress tracker (#7857)
* Fix total count in replicate points progress tracker

* clippy
2026-01-06 00:57:25 +05:30
..
2026-01-05 19:33:30 +01: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