pub fn decode_sparse_embedding_key(key: &[u8]) -> Option<SparseEmbeddingKey>Expand description
Decode a sparse embedding key.
Returns None if the key doesn’t have the correct format.
pub fn decode_sparse_embedding_key(key: &[u8]) -> Option<SparseEmbeddingKey>Decode a sparse embedding key.
Returns None if the key doesn’t have the correct format.