Queries the approximate nearest neighbors of a vector.
topK
many vectors will be returned.true
to easily identify vectors.false
as the vector values can be
quite big, and not needed most of the time.IDF
(inverse document frequency).RRF
(Reciprocal Rank Fusion).Other possible value is DBSF
(Distribution-Based Score Fusion).