FlatIndexParam constructor

const FlatIndexParam({
  1. MetricType metricType = MetricType.IP,
  2. QuantizeType quantizeType = QuantizeType.UNDEFINED,
})

Implementation

const FlatIndexParam({
  super.metricType = MetricType.IP,
  super.quantizeType = QuantizeType.UNDEFINED,
}) : super(IndexType.FLAT);