Files
qdrant/lib/collection
Tim Visée a21e0955ed Fix S3 snapshot path traversal vulnerability (#10085)
* Fix snapshot path traversal vulnerability

* Add tests
2026-08-04 12:02:52 +02:00
..
2026-07-30 20:59:31 +00:00
2026-07-30 20:59:31 +00: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