/** * Representation of the 'BoostingScoreComputationStrategy' schema. */ export type BoostingScoreComputationStrategy = 'match_count' | 'embedding'; //# sourceMappingURL=boosting-score-computation-strategy.d.ts.map