TakutoIyanagi-littletree
TakutoIyanagi-littletree
The following error occurred. ImportError: cannot import name 'ResponseRelevancy' from 'ragas.metrics' (/usr/local/lib/python3.10/dist-packages/ragas/metrics/__init__.py)
The following error occurred. ImportError: cannot import name 'ResponseRelevancy' from 'ragas.metrics._answer_relevance' (/usr/local/lib/python3.10/dist-packages/ragas/metrics/_answer_relevance.py)
Is the ResponseRelevancy feature still not included in Ragas version 0.1.20 installed via pip?
> To resolve the `ImportError: cannot import name 'ResponseRelevancy' from 'ragas.metrics'`, you should ensure that the `ResponseRelevancy` class is correctly imported from its actual location. The `ResponseRelevancy` class is defined...