FloatVectorSimilarityQuery
Search for all (approximate) float vectors above a similarity threshold using VectorSimilarityCollector.
Parameters
a field that has been indexed as a KnnFloatVectorField.
the target of the search.
(lower) similarity score for graph traversal.
(higher) similarity score for result collection.
Search for all (approximate) float vectors above a similarity threshold using VectorSimilarityCollector. If a filter is applied, it traverses as many nodes as the cost of the filter, and then falls back to exact search if results are incomplete.
Parameters
a field that has been indexed as a KnnFloatVectorField.
the target of the search.
similarity score for result collection.
a filter applied before the vector search.
Search for all (approximate) float vectors above a similarity threshold using VectorSimilarityCollector.
Parameters
a field that has been indexed as a KnnFloatVectorField.
the target of the search.
similarity score for result collection.