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