mirror of
https://github.com/qdrant/qdrant.git
synced 2026-09-27 00:17:34 -05:00
It was appended unconditionally, so a run that fell back to the platform temp dir was still told about /dev/shm. Restores the message to its original form rather than making it conditional: the retained path already shows which filesystem the run used. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.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.

