Skip to main content

embedding_to_bytes

Function embedding_to_bytes 

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

Encode an f32 slice as bytes for SQLite BLOB storage.