RAG Trainer Manager
RAGTrainerManagerError
¶
Bases: FedRAGError
Base errors for all rag trainer manager relevant exceptions.
UnspecifiedRetrieverTrainer
¶
Bases: RAGTrainerManagerError
Raised if a retriever trainer has not been specified when one was expected to be.
UnspecifiedGeneratorTrainer
¶
Bases: RAGTrainerManagerError
Raised if a generator trainer has not been specified when one was expected to be.
UnsupportedTrainerMode
¶
Bases: RAGTrainerManagerError
Raised if an unsupported trainer mode has been supplied.
InconsistentRAGSystems
¶
Bases: RAGTrainerManagerError
Raised if trainers have inconsistent underlying RAG systems.