Files
Arnaud Gourlay 598094fef6 Introduce Collection model testing (#9072)
* Collection model testing

* Jemalloc

* don't generate multivectors for now

* add unit test

* more tests

* make WInDowSS happy
2026-06-12 11:27:39 +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