Expand description
Option-combination gating for rerank.
Validates a VectorAnnOptions request against the index shape and returns
the CodecName the search should use (or None for FP32-only), surfacing
unsupported combinations as RerankError::BadInput with precise messages.
Enums§
- Index
Shape - Shape of the underlying vector index, used by
validate_optionsto decide which options are coherent.
Functions§
- validate_
options - Validate the option combo against the index shape and the collection’s
configured quantization. Returns the
CodecNamethe search should use for rerank (Nonewhen the request is FP32-only), orRerankError::BadInputwhen the combination is invalid.