encode_multi_vector_key

Function encode_multi_vector_key 

Source
pub fn encode_multi_vector_key(
    collection_name: &str,
    point_id: PointId,
    vector_name: &str,
) -> Vec<u8> 
Expand description

Encode a key for a point’s multi-vector.

Key format: [PREFIX_POINT_MULTI_VECTOR][collection_name_hash][point_id][vector_name_hash]