aankitdas's picture
Add RAG eval framework with metrics dashboard
32aefdf
raw
history blame
102 Bytes
from .evaluator import RAGEvaluator, EvaluationResult
__all__ = ["RAGEvaluator", "EvaluationResult"]