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