Expand description
Per-collection codec selection. Wraps the generic HnswCodecIndex<C>
for codecs other than Sq8 (which retains its specialised fast path
in quantize.rs / search.rs).
Enums§
- Collection
Codec - One built codec-index per collection (other than Sq8). Variants match
the publicly-selectable quantization choices that route through
HnswCodecIndex.
Functions§
- build_
collection_ codec - Build a
CollectionCodecfrom a quantization tag and training vectors.