pub fn embedding_to_bytes(embedding: &[f32]) -> Vec<u8> ⓘ
Encode a Vec<f32> as little-endian bytes (for SQLite BLOB storage).
Vec<f32>