Class HnswGraphSearcher<T>

  • Type Parameters:
    T - the type of query vector

    public class HnswGraphSearcher<T>
    extends Object
    Searches an HNSW graph to find nearest neighbors to a query vector. For more background on the search algorithm, see HnswGraph.