let id = @types.VectorId::from_int64(123L)
let attrs = @types.empty_attrs()
attrs.set("category", @types.String("test"))pub(all) struct Bytes16 {
b0 : Byte
b1 : Byte
b2 : Byte
b3 : Byte
b4 : Byte
b5 : Byte
b6 : Byte
b7 : Byte
b8 : Byte
b9 : Byte
b10 : Byte
b11 : Byte
b12 : Byte
b13 : Byte
b14 : Byte
b15 : Byte
} derive(Debug)impl Show for DatabaseOptionspub(all) struct HNSWParams {
m : Int
ef_construction : Int
ef_search : Int
level_mult : Double
seed : UInt64
allow_replace_deleted : Bool
} derive(Debug)impl Show for HNSWParamsimpl Show for NumericRangefn NumericRange::between(lower : Double, upper : Double, lower_inclusive? : Bool, upper_inclusive? : Bool) -> NumericRangeimpl Show for VectorRecordHigh-performance vector database with multiple ANN algorithms
Dependencies