Skip to content

Commit 0ac3360

Browse files
committed
iter
1 parent 2d1e091 commit 0ac3360

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

output/schema/schema-serverless.json

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

output/schema/schema.json

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

specification/_global/search/SearchRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ export interface Request extends RequestBase {
428428
rescore?: Rescore | Rescore[]
429429
/**
430430
* A retriever is a specification to describe top documents returned from a search. A retriever replaces other elements of the search API that also return top documents such as query and knn.
431-
* @availability stack since=8.14.0
432-
* @availability serverless
431+
* @availability stack since=8.14.0 stability=stable
432+
* @availability serverless stability=stable
433433
*/
434434
retriever?: RetrieverContainer
435435
/**

0 commit comments

Comments
 (0)