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