Values.EvaluationPrecomputedRetrieveAndGenerateSourceConfigSourceA summary of a RAG source used for a retrieve-and-generate Knowledge Base evaluation job where you provide your own inference response data.
type nonrec t = {ragSourceIdentifier : EvaluationPrecomputedRagSourceIdentifier.t;A label that identifies the 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 * [> `String of EvaluationPrecomputedRagSourceIdentifier.t ])
list ]