Skip to main content

encode_batch

Function encode_batch 

Source
pub fn encode_batch(
    codebook: &RaBitQCodebook,
    vectors: &[Vec<f32>],
) -> Vec<RaBitQVec>
Expand description

Batch-encode a slice of vectors using rayon parallelism.