Available Metric functionsΒΆ

CorrectnessΒΆ

Using LLM as a judge strategy, the correctness metrics check if an answer is correct compared to the reference answer.

RAGAS MetricsΒΆ

We provide wrappers for some RAGAS metrics. You can implement other RAGAS metrics using the RAGASMetric class. .. autofunction:: giskard.rag.metrics.ragas_metrics.ragas_context_precision

Base MetricΒΆ