VectorIndexParam constructor

const VectorIndexParam(
  1. IndexType type, {
  2. MetricType metricType = MetricType.IP,
  3. QuantizeType quantizeType = QuantizeType.UNDEFINED,
})

Implementation

const VectorIndexParam(
  super.type, {
  this.metricType = MetricType.IP,
  this.quantizeType = QuantizeType.UNDEFINED,
});