mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 18:10:58 -05:00
* InferenceUsage in grpc * Update documentation for InferenceUsage * Update lib/api/src/grpc/ops.rs Co-authored-by: Tim Visée <tim+github@visee.me> * clearer inference usage tracking * remove unused inference token from delete_points * review --------- Co-authored-by: Tim Visée <tim+github@visee.me> Co-authored-by: generall <andrey@vasnetsov.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.

