Skip to content

athina-ai/athina-evals-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI using Athina Evals

This repository demonstrates on how you can do a CI configuration for your RAG application using Athina Evals.

Rag Application

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.

Setting up the dependencies

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

Running the evaluation script

Then you can run the evaluation script by running the following command:

python -m evaluations/run_athina_evals.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages