Uses of Class
io.github.jbellis.jvector.graph.SearchResult
Packages that use SearchResult
-
Uses of SearchResult in io.github.jbellis.jvector.graph
Methods in io.github.jbellis.jvector.graph that return SearchResultModifier and TypeMethodDescriptionGraphSearcher.search(NeighborSimilarity.ScoreFunction scoreFunction, NeighborSimilarity.ReRanker<T> reRanker, int topK, Bits acceptOrds) static <T> SearchResultGraphSearcher.search(T targetVector, int topK, RandomAccessVectorValues<T> vectors, VectorEncoding vectorEncoding, VectorSimilarityFunction similarityFunction, GraphIndex<T> graph, Bits acceptOrds) Convenience function for simple one-off searches.