pub fn encode_embedding_prefix(name: &EmbeddingName) -> Vec<u8> ⓘExpand description
Encode a prefix for scanning all embeddings in a space.
Returns a key that can be used as the start of a range scan for all embeddings in the given space.
pub fn encode_embedding_prefix(name: &EmbeddingName) -> Vec<u8> ⓘEncode a prefix for scanning all embeddings in a space.
Returns a key that can be used as the start of a range scan for all embeddings in the given space.