Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpailis committed Oct 29, 2024
1 parent 2d1e091 commit 0ac3360
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
7 changes: 5 additions & 2 deletions output/schema/schema-serverless.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions specification/_global/search/SearchRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ export interface Request extends RequestBase {
rescore?: Rescore | Rescore[]
/**
* 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.
* @availability stack since=8.14.0
* @availability serverless
* @availability stack since=8.14.0 stability=stable
* @availability serverless stability=stable
*/
retriever?: RetrieverContainer
/**
Expand Down

0 comments on commit 0ac3360

Please sign in to comment.