consultaByAlternativeHNSWKey1 method
Implementation
@override
Condition<ColeccionObjBox3> consultaByAlternativeHNSWKey1(
String coleccion, List<double> queryVector, int maxResultCount) {
return ColeccionObjBox3_.alternativeHnswKey1
.nearestNeighborsF32(queryVector, maxResultCount)
.and(ColeccionObjBox3_.coleccion.equals(coleccion));
}