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