Skip to content

Commit 48e2d9d

Browse files
authored
Fix knn_search deprecation message (#3103)
1 parent b591919 commit 48e2d9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

output/schema/schema.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_global/knn_search/KnnSearchRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import { Query } from './_types/Knn'
3939
* The search will return the top k documents that also match the filter query.
4040
* @rest_spec_name knn_search
4141
* @availability stack since=8.0.0 stability=experimental
42-
* @deprecated 8.4.0
42+
* @deprecated 8.4.0 The kNN search API has been replaced by the `knn` option in the search API.
4343
* @doc_tag search
4444
*/
4545
export interface Request extends RequestBase {

0 commit comments

Comments
 (0)