UNPKG

@sap-ai-sdk/document-grounding

Version:

> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.

5 lines 211 B
/** * Representation of the 'ScoresAggregationStrategy' schema. */ export type ScoresAggregationStrategy = 'weighted_average' | 'rrf' | 'weighted_rrf'; //# sourceMappingURL=scores-aggregation-strategy.d.ts.map