-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
068cf3a
commit 4bbb697
Showing
3 changed files
with
43 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,29 @@ | ||
# CI using Athina Evals | ||
|
||
This repository demonstrates on how you can do a CI configuration for your RAG application 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: | ||
|
||
```bash | ||
pip install -r requirements.txt | ||
``` | ||
|
||
additionally you need to install the `athina-evals` package by running the following command: | ||
|
||
```bash | ||
pip install athina-evals | ||
``` | ||
|
||
## Running the evaluation script | ||
|
||
Then you can run the evaluation script by running the following command: | ||
|
||
```bash | ||
python -m evaluations/run_athina_evals.py | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters