1 instantiation of RetrievalEvaluator
Microsoft.Extensions.AI.Evaluation.Integration.Tests (1)
QualityEvaluatorTests.cs (1)
68IEvaluator retrievalEvaluator = new RetrievalEvaluator();
8 references to RetrievalEvaluator
Microsoft.Extensions.AI.Evaluation.Integration.Tests (2)
QualityEvaluatorTests.cs (2)
184Assert.True(result.TryGet(RetrievalEvaluator.RetrievalMetricName, out NumericMetric? retrieval)); 258Assert.True(result.TryGet(RetrievalEvaluator.RetrievalMetricName, out NumericMetric? retrieval));
Microsoft.Extensions.AI.Evaluation.Quality (6)
RetrievalEvaluator.cs (4)
21/// <see cref="RetrievalEvaluator"/> measures the degree to which the information present in the context chunks 34/// <b>Note:</b> <see cref="RetrievalEvaluator"/> is an AI-based evaluator that uses an AI model to perform its 40/// The prompt that <see cref="RetrievalEvaluator"/> uses has been tested against (and tuned to work well with) the 52/// <see cref="RetrievalEvaluator"/>.
RetrievalEvaluatorContext.cs (2)
10/// Contextual information that the <see cref="RetrievalEvaluator"/> uses to evaluate an AI system's performance in 15/// <see cref="RetrievalEvaluator"/> measures the degree to which the information present in the context chunks