RAGConfig¶
Union Type¶
RAGConfig
module-attribute
¶
RAGConfig = Union[RAGConfigKnowledgeBaseConfig | RAGConfigPrecomputedRagSourceConfig | RAGConfigUnknown]
Contains configuration details for retrieval of information and response generation.
Union Member Types¶
RAGConfigKnowledgeBaseConfig
dataclass
¶
Contains configuration details for knowledge base retrieval and response generation.