decode_sparse_embedding_key

Function decode_sparse_embedding_key 

Source
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.