Skip to main content

embedding_to_bytes

Function embedding_to_bytes 

Source
pub fn embedding_to_bytes(embedding: &[f32]) -> Vec<u8> 
Expand description

Encode a Vec<f32> as little-endian bytes (for SQLite BLOB storage).