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 217 B
/** * Representation of the 'BoostingScoreComputationStrategy' schema. */ export type BoostingScoreComputationStrategy = 'match_count' | 'embedding'; //# sourceMappingURL=boosting-score-computation-strategy.d.ts.map