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