pub fn decode_dense_vector_key(key: &[u8]) -> Option<DenseVectorKey>Expand description
Decode a dense vector key.
Returns None if the key doesn’t have the correct format.
pub fn decode_dense_vector_key(key: &[u8]) -> Option<DenseVectorKey>Decode a dense vector key.
Returns None if the key doesn’t have the correct format.