1 instantiation of CoherenceEvaluator
Microsoft.Extensions.AI.Evaluation.Integration.Tests (1)
QualityEvaluatorTests.cs (1)
53IEvaluator coherenceEvaluator = new CoherenceEvaluator();
7 references to CoherenceEvaluator
Microsoft.Extensions.AI.Evaluation.Integration.Tests (2)
QualityEvaluatorTests.cs (2)
108Assert.True(result.TryGet(CoherenceEvaluator.CoherenceMetricName, out NumericMetric? _)); 147Assert.True(result.TryGet(CoherenceEvaluator.CoherenceMetricName, out NumericMetric? _));
Microsoft.Extensions.AI.Evaluation.Quality (5)
CoherenceEvaluator.cs (5)
18/// <see cref="CoherenceEvaluator"/> measures the readability and user-friendliness of the response being evaluated. It 23/// <see cref="CoherenceEvaluator"/> returns a <see cref="NumericMetric"/> that contains a score for 'Coherence'. The 27/// <b>Note:</b> <see cref="CoherenceEvaluator"/> is an AI-based evaluator that uses an AI model to perform its 33/// The prompt that <see cref="CoherenceEvaluator"/> uses has been tested against (and tuned to work well with) the 48/// <see cref="CoherenceEvaluator"/>.