RagConfigs

Contains the configuration details of the inference for a knowledge base evaluation job, including either the retrieval only configuration or the retrieval with response generation configuration.

Constructors

Link copied to clipboard
constructor(value: List<RagConfig>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this EvaluationInferenceConfig as a Models and retrieves its kotlin.collections.List value. Throws an exception if the EvaluationInferenceConfig is not a Models.

Link copied to clipboard

Casts this EvaluationInferenceConfig as a Models and retrieves its kotlin.collections.List value. Returns null if the EvaluationInferenceConfig is not a Models.

Link copied to clipboard

Casts this EvaluationInferenceConfig as a RagConfigs and retrieves its kotlin.collections.List value. Throws an exception if the EvaluationInferenceConfig is not a RagConfigs.

Link copied to clipboard

Casts this EvaluationInferenceConfig as a RagConfigs and retrieves its kotlin.collections.List value. Returns null if the EvaluationInferenceConfig is not a RagConfigs.