consultaByAlternativeHNSWKey abstract method

Condition<T> consultaByAlternativeHNSWKey(
  1. String coleccion,
  2. List<double> queryVector,
  3. int maxResultCount
)

Alternative HNSW Key

Implementation

Condition<T> consultaByAlternativeHNSWKey(
    String coleccion, List<double> queryVector, int maxResultCount);