Skip to content

Commit 7234809

Browse files
docs: update test count and badges in README
1 parent a8fe68b commit 7234809

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
![CI](https://github.com/ForwardCodeSolutions/rag-engine/actions/workflows/ci.yml/badge.svg)
44
![Coverage](https://img.shields.io/badge/coverage-96%25-brightgreen)
5+
![Python](https://img.shields.io/badge/python-3.11%2B-blue)
6+
![License](https://img.shields.io/badge/license-MIT-green)
57

68
Lightweight hybrid RAG engine combining vector search, BM25, and knowledge graphs. Built for multilingual document retrieval with GDPR compliance.
79

@@ -70,14 +72,15 @@ make dev # Start with hot reload
7072

7173
### Test Suite
7274

73-
209 tests across unit and integration:
75+
244 tests across unit, integration, and property-based:
7476

7577
```
7678
tests/
77-
unit/ — 198 tests (models, ingestion, BM25, knowledge graph,
78-
hybrid retriever, Qdrant, embedding, GDPR, auth,
79-
document endpoints, evaluation, parsers)
80-
integration/ — 11 tests (full retrieval pipeline, GDPR cascade,
79+
unit/ — 198 unit + 9 property-based tests (models, ingestion,
80+
BM25, knowledge graph, hybrid retriever, Qdrant,
81+
embedding, GDPR, auth, document endpoints, evaluation,
82+
parsers, hypothesis-driven invariants)
83+
integration/ — 37 tests (full retrieval pipeline, GDPR cascade,
8184
API endpoints, quality metrics)
8285
```
8386

0 commit comments

Comments
 (0)