explodinggradients / ragas

Supercharge Your LLM Application Evaluations 🚀
https://docs.ragas.io
Apache License 2.0
7.3k stars 745 forks source link

Issues with metrics in version 0.1.18 #1623

Closed littlebai3618 closed 2 weeks ago

littlebai3618 commented 2 weeks ago

I am migrating from version 0.1.18 to version 0.2.3. I want to find information on some metrics, but I can't find the documentation for answer_correctness and answer_relevancy metrics on the website https://docs.ragas.io/en/stable/concepts/metrics/available_metrics/. Are these metrics being deprecated? Previously, these metrics were stored at https://docs.ragas.io/en/stable/concepts/metrics/answer_correctness.html and https://docs.ragas.io/en/stable/concepts/metrics/answer_relevance.html, but now these links are no longer accessible.

jjmachan commented 2 weeks ago

answer relavance is: https://docs.ragas.io/en/stable/concepts/metrics/available_metrics/answer_relevance - it has been renamed to response relavency

answer_correctness: https://docs.ragas.io/en/stable/concepts/metrics/available_metrics/answer_correctness

hope it helps 🙂

littlebai3618 commented 2 weeks ago

thank you~