Files
Anton Antonov 88768e1b3d fix: expose ReshardingStage in telemetry (#10618)
* fix: expose ReshardingStage in internal telemetry

Useful for cluster-manager operations.
Non-breaking change for existing API.
The current field values look stable enough,
so it's not worrisome to keep them stable.

Signed-off-by: Anton Antonov <anton.synd.antonov@gmail.com>

* fix: address comment, also document uuid for symmetry

Already returned, just document it in OpenAPI schema.

Signed-off-by: Anton Antonov <anton.synd.antonov@gmail.com>

---------

Signed-off-by: Anton Antonov <anton.synd.antonov@gmail.com>
2026-09-15 18:13:15 +03:00
..
2026-09-07 15:36:27 +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