pub fn f32_slice_to_bytes(vec: &[f32]) -> Vec<u8> ⓘ
Convert a &[f32] to a little-endian byte vector.
&[f32]
Useful for storing embedding vectors as BLOB in SQLite.
BLOB