pub fn encode_point_tokens_key(
collection_name: &str,
vector_name: &str,
point_id: PointId,
) -> Vec<u8> ⓘExpand description
Encode a key for point-to-tokens reverse mapping.
Key format: [PREFIX_POINT_TOKENS][collection_hash][vector_name_hash][point_id]