pub type PbVectorIndexObjectType = VectorIndexObjectType;
Aliased Type§
#[repr(i32)]pub enum PbVectorIndexObjectType {
VectorIndexObjectUnspecified = 0,
VectorIndexObjectVector = 1,
VectorIndexObjectHnswGraph = 2,
}
pub type PbVectorIndexObjectType = VectorIndexObjectType;
#[repr(i32)]pub enum PbVectorIndexObjectType {
VectorIndexObjectUnspecified = 0,
VectorIndexObjectVector = 1,
VectorIndexObjectHnswGraph = 2,
}