Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 846 Bytes

KnnQuery.md

File metadata and controls

16 lines (12 loc) · 846 Bytes

ManticoreSearch.Model.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 int The number of nearest neighbors to return
QueryVector List<decimal> The vector used as input for the KNN search [optional]
DocId long The docuemnt ID used as input for the KNN search [optional]
Ef int Optional parameter controlling the accuracy of the search [optional]
Filter QueryFilter [optional]

[Back to Model list] [Back to API list] [Back to README]