1 write to RetrievedContextChunks
Microsoft.Extensions.AI.Evaluation.Quality (1)
RetrievalEvaluatorContext.cs (1)
49RetrievedContextChunks = [.. retrievedContextChunks];
4 references to RetrievedContextChunks
Microsoft.Extensions.AI.Evaluation.Quality (4)
RetrievalEvaluator.cs (3)
22/// supplied via <see cref="RetrievalEvaluatorContext.RetrievedContextChunks"/> are relevant to the user request, and 140foreach (string retrievedChunk in context.RetrievedContextChunks) 143if (++count < context.RetrievedContextChunks.Count)
RetrievalEvaluatorContext.cs (1)
16/// supplied via <see cref="RetrievedContextChunks"/> are relevant to the user request, and how well these chunks are