pub fn encode_batch(vectors: &[&[f32]], dim: usize) -> Vec<u8> ⓘ
Batch encode: encode all vectors into contiguous binary representation.
Returns ceil(dim/8) * N bytes.
ceil(dim/8) * N