Skip to content

Evals

Exceptions for Evals.

EvalsError

Bases: FedRAGError

Base evals error for all evals-related exceptions.

Source code in src/fed_rag/exceptions/evals.py
6
7
8
9
class EvalsError(FedRAGError):
    """Base evals error for all evals-related exceptions."""

    pass

EvalsWarning

Bases: FedRAGWarning

Base inspector warning for all evals-related warnings.

Source code in src/fed_rag/exceptions/evals.py
class EvalsWarning(FedRAGWarning):
    """Base inspector warning for all evals-related warnings."""

    pass