deepset-ai / haystack

:mag: AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.
https://haystack.deepset.ai
Apache License 2.0
16.96k stars 1.85k forks source link

Review: Doc Recall Eval #7772

Closed davidsbatista closed 2 months ago

davidsbatista commented 4 months ago

The MRR evaluator always returns 0.0 when we index/retrieve chunks of the original document.

davidsbatista commented 3 months ago

this was fixed by https://github.com/deepset-ai/haystack/pull/7841

Having a more in depth call with Thomas he's aware of these issues and they had to do "tricks" and hacks to be able to evaluate it. I told him to reach out to me when dC starts using the relevancy-based evaluators from haystack 2.x