Values.EvaluationPrecomputedRagSourceConfigSourceA summary of a RAG source used for a Knowledge Base evaluation job where you provide your own inference response data.
type nonrec t = {retrieveSourceConfig : EvaluationPrecomputedRetrieveSourceConfig.t option;A summary of a RAG source used for a retrieve-only Knowledge Base evaluation job where you provide your own inference response data.
*)retrieveAndGenerateSourceConfig : EvaluationPrecomputedRetrieveAndGenerateSourceConfig.t
option;A summary of a RAG source used for a retrieve-and-generate Knowledge Base evaluation job where you provide your own inference response data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of EvaluationPrecomputedRagSourceIdentifier.t ])
list ])
list ]