RAG Evaluation Framework using Ragas metrics and MLflow tracking
Project description
RAGSentinel
RAG Evaluation Framework using Ragas metrics and MLflow tracking.
Installation
pip install rag-sentinel
Quick Start
1. Initialize Project
mkdir my-rag-eval
cd my-rag-eval
rag-sentinel init
This creates:
.env- LLM/Embeddings API keysconfig.ini- App settings and authenticationrag_eval_config.yaml- Master configuration
2. Configure
Edit .env:
LLM_PROVIDER=azure
AZURE_LLM_API_KEY=your-api-key
AZURE_LLM_ENDPOINT=https://your-resource.openai.azure.com/
Edit config.ini:
[app]
app_url = https://your-rag-app.com/backend
[auth]
type = cookie
cookie_name = session
cookie_value = your-session-cookie
3. Create Test Dataset
Create test_dataset.csv:
query,ground_truth,chat_id
Hello,Hello! How can I help you?,1
4. Run Evaluation
rag-sentinel run
View results at: http://127.0.0.1:5001
CLI Commands
rag-sentinel init # Initialize project
rag-sentinel run # Run evaluation (auto-starts MLflow)
rag-sentinel run --no-server # Run without starting MLflow
rag-sentinel validate # Validate configuration
Metrics
- Faithfulness - Factual consistency of answer with context
- Answer Relevancy - How relevant the answer is to the question
- Context Precision - Quality of retrieved context
- Answer Correctness - Comparison against ground truth
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rag_sentinel-0.1.0.tar.gz
(10.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rag_sentinel-0.1.0.tar.gz.
File metadata
- Download URL: rag_sentinel-0.1.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db89beb1a25fd1ad56278179196d1b3f1aac1d2d65090c3755d4cbcac3c55482
|
|
| MD5 |
16a6fa0942aa542dbbd44a80b0f28406
|
|
| BLAKE2b-256 |
c78f4c5b11a9c2b66ddeb119ec937c08c707a907b80d09468e943f9677c79ea0
|
File details
Details for the file rag_sentinel-0.1.0-py3-none-any.whl.
File metadata
- Download URL: rag_sentinel-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9735fb8b746a177c05f8b74e522614b08577f6f33c3e484599a04374c6a93d32
|
|
| MD5 |
34157ad5d45143acf29d9f1a0188f64a
|
|
| BLAKE2b-256 |
c70b16083cc4db3934c216bd757338fc035253b3d8c5ef086df6f272ecc94914
|