Install

You can install ragas with

pip install ragas

If you want to install the latest version (from the main branch)

pip install git+https://github.com/explodinggradients/ragas.git

If you are looking to contribute and make changes to the code, make sure you clone the repo and install it as editable install.

git clone https://github.com/explodinggradients/ragas.git 
cd ragas 
pip install -e .