AugustDS
Results
2
comments of
AugustDS
Seems to be related to the pip version, if you install from source it works.
For me this worked: `pip uninstall ragas` In Python site-packages dir: `git clone https://github.com/explodinggradients/ragas && cd ragas` `pip install -e .`