Skip to content

Latest commit

 

History

History
executable file
·
16 lines (11 loc) · 804 Bytes

KnnQuery.md

File metadata and controls

executable file
·
16 lines (11 loc) · 804 Bytes

KnnQuery

Properties

Name Type Description Notes
field String Field to perform the k-nearest neighbor search on
k i32 The number of nearest neighbors to return
query_vector Option<Vec> The vector used as input for the KNN search [optional]
doc_id Option<i64> The docuemnt ID used as input for the KNN search [optional]
ef Option<i32> Optional parameter controlling the accuracy of the search [optional]
filter Option<crate::models::QueryFilter> [optional]

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