@sap-ai-sdk/document-grounding
Version:
> [!warning] > This package is still in **beta** and is subject to breaking changes. Use it with caution.
16 lines • 419 B
TypeScript
/**
* Representation of the 'DenseRetrievalScoringConfiguration' schema.
*/
export type DenseRetrievalScoringConfiguration = {
/**
* Enable dense retrieval.
* Default: true.
*/
enabled?: boolean | null;
/**
* Contribution to final score.
* Default: 1.
*/
weight?: number | null;
} & Record<string, any>;
//# sourceMappingURL=dense-retrieval-scoring-configuration.d.ts.map