HnswIndexParam constructor
const
HnswIndexParam({
- MetricType metricType = MetricType.IP,
- int m = 32,
- int efConstruction = 200,
- QuantizeType quantizeType = QuantizeType.UNDEFINED,
Implementation
const HnswIndexParam({
super.metricType = MetricType.IP,
this.m = 32,
this.efConstruction = 200,
super.quantizeType = QuantizeType.UNDEFINED,
}) : super(IndexType.HNSW);