Module Values.RAGConfigSource

Contains configuration details for retrieval of information and response generation.

Sourcetype nonrec t = {
  1. knowledgeBaseConfig : KnowledgeBaseConfig.t option;
    (*

    Contains configuration details for knowledge base retrieval and response generation.

    *)
  2. precomputedRagSourceConfig : EvaluationPrecomputedRagSourceConfig.t option;
    (*

    Contains configuration details about the RAG source used to generate inference response data for a Knowledge Base evaluation job.

    *)
}
Sourceval make : ?knowledgeBaseConfig:??? -> ?precomputedRagSourceConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of KnowledgeBaseId.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Blob of ByteContentBlob.t | `String of KBS3Uri.t ]) list ]) list ] list | `String of KnowledgeBaseId.t | `Structure of (string * Awso.Botodata.value) list ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t