mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 10:00:58 -05:00
* Don't batch query if there's more segments than CPUs, limit threads * Don't batch query if there's more segments than search threads * Link to pull request * Add note that we only consider local segments and global search threads
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.

