pub type QuantizedVec = Vec<i8>;
Quantized embedding type (compact float representation)
pub struct QuantizedVec { /* private fields */ }