LICENSE
README.md
pyproject.toml
src/app/__init__.py
src/app/exceptions.py
src/app/main.py
src/app/api/evaluate.py
src/app/api/query.py
src/app/api/security.py
src/app/config/__init__.py
src/app/config/settings.py
src/app/engine/__init__.py
src/app/engine/rag_engine.py
src/app/eval/agentic_llm_metrics.py
src/app/eval/agentic_metrics.py
src/app/eval/faithfulness.py
src/app/eval/ragas_runner.py
src/app/eval/reporting.py
src/app/eval/result_store.py
src/app/eval/retrieval_metrics.py
src/app/llm/client.py
src/app/logging/__init__.py
src/app/logging/json_logger.py
src/app/quality/self_check.py
src/app/retrieval/chunking.py
src/app/retrieval/embeddings.py
src/app/retrieval/ingest_cli.py
src/app/retrieval/qdrant_store.py
src/app/retrieval/reranker.py
src/app/retrieval/service.py
src/app/sdk/__init__.py
src/app/sdk/client.py
src/app/utils/timing.py
src/harness/__init__.py
src/harness/protocol.py
src/harness/result_store.py
src/harness/runner.py
src/harness/schemas.py
src/rag_benchmarking.egg-info/PKG-INFO
src/rag_benchmarking.egg-info/SOURCES.txt
src/rag_benchmarking.egg-info/dependency_links.txt
src/rag_benchmarking.egg-info/requires.txt
src/rag_benchmarking.egg-info/top_level.txt
tests/test_chunking.py
tests/test_config_and_logging.py
tests/test_embeddings.py
tests/test_eval_pipeline.py
tests/test_evaluate_api.py
tests/test_health.py
tests/test_query_api.py
tests/test_rerank_integration.py
tests/test_security.py