Skip to content

Commit 341f1fa

Browse files
committed
iter
1 parent 6dc458c commit 341f1fa

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

output/schema/schema-serverless.json

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

output/schema/schema.json

Lines changed: 3 additions & 1 deletion
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ export interface Request extends RequestBase {
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.
431431
* @availability stack since=8.14.0 stability=stable
432-
* @availability serverless
432+
* @availability serverless stability=stable
433433
*/
434434
retriever?: RetrieverContainer
435435
/**

0 commit comments

Comments
 (0)