Object representing a k-nearest neighbor search query
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] |