consultaByAlternativeHNSWKey2 method
Implementation
@override
Condition<ColeccionObjBox1> consultaByAlternativeHNSWKey2(
String coleccion, List<double> queryVector, int maxResultCount) {
return ColeccionObjBox1_.alternativeHnswKey2
.nearestNeighborsF32(queryVector, maxResultCount)
.and(ColeccionObjBox1_.coleccion.equals(coleccion));
}