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