pub fn decode_embedding_entity_id(key: &[u8]) -> Option<EntityId>
Decode an entity ID from an embedding key.
Returns None if the key doesn’t have the correct format.
None