This repository demonstrates on how you can do a CI configuration for your RAG application using Athina Evals.
A sample Rag application is provided in the src
directory. This is a simple rag application built using llama_index. We are going add evaluations for this application using Athina Evals.
Install the necessary dependencies by running the following command:
pip install -r requirements.txt
additionally you need to install the athina-evals
package by running the following command:
pip install athina-evals
Then you can run the evaluation script by running the following command:
python -m evaluations/run_athina_evals.py