IVFQueryParam constructor

const IVFQueryParam({
  1. int nprobe = 10,
  2. double scaleFactor = 10,
  3. bool isUsingRefiner = false,
})

Implementation

const IVFQueryParam({
  this.nprobe = 10,
  this.scaleFactor = 10,
  super.isUsingRefiner = false,
}) : super(type: IndexType.IVF);