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