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