pub fn encode_sparse_vector_key(
collection_name: &str,
point_id: PointId,
vector_name: &str,
) -> Vec<u8> ⓘExpand description
Encode a key for a point’s sparse vector.
Key format: [PREFIX_POINT_SPARSE_VECTOR][collection_name_hash][point_id][vector_name_hash]