Skip to main content

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 keys
  • config.ini - App settings and authentication
  • rag_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


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.3.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rag_sentinel-0.1.3-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

Details for the file rag_sentinel-0.1.3.tar.gz.

File metadata

  • Download URL: rag_sentinel-0.1.3.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for rag_sentinel-0.1.3.tar.gz
Algorithm Hash digest
SHA256 59b1e2e6b5ffe7c848aacfb7da17d9467e3d83fcc63387906b0813c455092011
MD5 37beb718d80a20ebd3f430856dc1e3db
BLAKE2b-256 2591457dee63be5adccddd02bc0aa646db630675dae071721c2e5d232a7c93cd

See more details on using hashes here.

File details

Details for the file rag_sentinel-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: rag_sentinel-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 12.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for rag_sentinel-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 cc193cab328bb39b1b95484dbebc50a69683265aca19d79f9744731911fbd607
MD5 fef770680e86184e9e7f2714031cdb7b
BLAKE2b-256 0f2eefa6909895c44a96f1051797c6ddbac2bf016fb2f03631ffe0d99432e10a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page