Skip to content

Commit ec18411

Browse files
committed
Mark as beta rather than experimental
1 parent 52630aa commit ec18411

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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/_types/Retriever.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ export class TextSimilarityReranker extends RetrieverBase {
156156
/** The document field to be used for text similarity comparisons. This field should contain the text that will be evaluated against the inference_text. */
157157
field: string
158158
/** Whether to rescore on only the best matching chunks.
159-
* @availability stack since=9.2.0 stability=experimental
160-
* @availability serverless stability=experimental
159+
* @availability stack since=9.2.0 stability=beta
160+
* @availability serverless stability=beta
161161
*/
162162
chunk_rescorer?: ChunkRescorer
163163
}
@@ -175,7 +175,7 @@ export class RuleRetriever extends RetrieverBase {
175175

176176
export class ChunkRescorer {
177177
/** The number of chunks per document to evaluate for reranking. */
178-
size?: integer,
178+
size?: integer
179179
/** Chunking settings to apply */
180180
chunking_settings?: ChunkRescorerChunkingSettings
181181
}

0 commit comments

Comments
 (0)