pub fn unpack_quantized(
bytes: &[u8],
dimensions: usize,
) -> Result<QuantizedVector, MemoryError>Expand description
Unpack bytes from SQLite into a QuantizedVector.
pub fn unpack_quantized(
bytes: &[u8],
dimensions: usize,
) -> Result<QuantizedVector, MemoryError>Unpack bytes from SQLite into a QuantizedVector.