Files
qdrant/lib/segment
Tim Visée 510e498d1f Default max_values_per_point to zero, add tests (#3039)
* Prevent another division by zero in geo index

* Set default `max_values_per_point` to zero

* Extend empty cardinality test

* Add unit tests for empty index types with cardinality

* Shortcut cardinality estimation, zero if no values per point

* Use const functions for cardinality type

* Remove redundant checked division, we do a rhs zero check above
2023-11-24 16:18:34 +01:00
..