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