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