decode_sparse_embedding_entity_id

Function decode_sparse_embedding_entity_id 

Source
pub fn decode_sparse_embedding_entity_id(key: &[u8]) -> Option<EntityId>
Expand description

Decode an entity ID from a sparse embedding key.

Returns None if the key doesn’t have the correct format.