pub fn encode_entity_vector_prefix(
collection_id: CollectionId,
entity_id: EntityId,
) -> Vec<u8> ⓘExpand description
Encode a prefix for all vectors of an entity within a collection.
This prefix can be used for range scans to get all vectors for an entity.