Skip to main content

bytes_to_embedding

Function bytes_to_embedding 

Source
pub fn bytes_to_embedding(bytes: &[u8]) -> Result<Vec<f32>, MemoryError>
Expand description

Decode a SQLite embedding BLOB back to f32 values.