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