mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-03 08:30:55 -05:00
* Enable mmap storage using blob store for payloads by default * adapt test for new mmap payload storage --------- Co-authored-by: Arnaud Gourlay <arnaud.gourlay@gmail.com>
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.

