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