consultaByAlternativeHNSWKey method
Alternative HNSW Key
Implementation
@override
Condition<ColeccionObjBox> consultaByAlternativeHNSWKey(
String coleccion, List<double> queryVector, int maxResultCount) {
return ColeccionObjBox_.alternativeHnswKey
.nearestNeighborsF32(queryVector, maxResultCount)
.and(ColeccionObjBox_.coleccion.equals(coleccion));
}