Skip to main content

bytes_to_embedding

Function bytes_to_embedding 

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

Decode little-endian bytes back into a Vec<f32>.