Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 701 Bytes

KnnQuery.md

File metadata and controls

19 lines (11 loc) · 701 Bytes

KnnQuery

Object representing a k-nearest neighbor search query

Properties

Name Type Description Notes
field String Field to perform the k-nearest neighbor search on
k Integer The number of nearest neighbors to return
queryVector List<BigDecimal> The vector used as input for the KNN search [optional]
docId Long The docuemnt ID used as input for the KNN search [optional]
ef Integer Optional parameter controlling the accuracy of the search [optional]
filter QueryFilter [optional]