Skip to main content

vec_to_bytes

Function vec_to_bytes 

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

Encode an embedding as little-endian f32 bytes (for caching as a SQLite BLOB).