Bases: FedRAGError
Base errors for all rag trainer manager relevant exceptions.
Source code in src/fed_rag/exceptions/trainer_manager.py
| class RAGTrainerManagerError(FedRAGError):
"""Base errors for all rag trainer manager relevant exceptions."""
pass
|