pub fn bytes_to_vec(b: &[u8]) -> Vec<f32>
Decode little-endian f32 bytes back into an embedding. Returns an empty vec if the byte length isn’t a multiple of 4 (corrupt/foreign blob).