ragas icon indicating copy to clipboard operation
ragas copied to clipboard

fix: minor typo in context_precision.md

Open AbhishekRP2002 opened this issue 7 months ago • 0 comments

for Context Precision without reference definition, i.e LLMContextPrecisionWithoutReference metric can be used when you have both retrieved contexts and also reference contexts associated with a user_input.

Here, it should be reference answer instead of reference contexts as per my understanding

Similarly,

for Context Precision with reference definition i.e LLMContextPrecisionWithReference metric is can be used when you have both retrieved contexts and also reference answer associated with a user_input.

here, reference answer should be replaced with reference context

AbhishekRP2002 avatar May 19 '25 17:05 AbhishekRP2002