civicsetu / tests /unit

Commit History

fix: preflight neo4j driver before queries
c1ee732

adeshboudh16 commited on

fix: harden graph retrieval retries
72bf783

adeshboudh16 commited on

fix: retry transient graph invocations
ed21ac7

adeshboudh16 commited on

fix: harden neo4j driver lifecycle
f9c94dd

adeshboudh16 commited on

fix: recover neo4j graph connections
caab91b

adeshboudh16 commited on

fix(api): support Aura Neo4j env names
df72c6f

adeshboudh16 commited on

fix(api): degrade gracefully when graph is unavailable
b7b50cb

adeshboudh16 commited on

fix(api): avoid asyncio shadowing in lifespan
08fce0d

adeshboudh16 commited on

feat(eval): RAGAS evaluation framework + RAG pipeline improvements
f8b04c3

adeshboudh16 Claude Sonnet 4.6 commited on

test(nodes): update patch targets to civicsetu.retrieval.reranker
7239d7a

adeshboudh16 Claude Sonnet 4.6 commited on

feat(retrieval): implement Reranker with score-gap filtering and FlashRank
180fc88

adeshboudh16 Claude Sonnet 4.6 commited on

feat(retrieval): implement VectorRetriever with rrf_merge and retrieve
ba7e2c5

adeshboudh16 Claude Sonnet 4.6 commited on

fix: graph retrieval fallback uses RRF (vector+FTS) instead of pure vector search
bea6587

adeshboudh16 Claude Sonnet 4.6 commited on

fix: relax reranker thresholds to prevent aggressive chunk filtering
7a5ec42

adeshboudh16 Claude Sonnet 4.6 commited on

test: assert reranker_filtered log event counts in test_reranker_filtered_count_logged
d94e8e7

adeshboudh16 commited on

feat: filter reranker output by score threshold + score-gap brake
a0230f7

adeshboudh16 Claude Sonnet 4.6 commited on

feat: add _apply_score_gap() helper for dynamic top-k reranking
22b17a0

adeshboudh16 Claude Sonnet 4.6 commited on

test: fix MagicMock class mutation in test_get_ranker_uses_settings_model
60a75e0

adeshboudh16 commited on

feat: make _get_ranker() use settings.reranker_model
02eb3a1

adeshboudh16 commited on

test: verify reranker settings env-var override paths
be8841c

adeshboudh16 commited on

feat: add reranker_model, score_threshold, score_gap settings
20e583b

adeshboudh16 Claude Sonnet 4.6 commited on

chore: bump to v1.0.0 + update docs with Vercel live URL
254db3e

adeshboudh16 Claude Sonnet 4.6 commited on

feat: decouple frontend + multi-turn conversation + graph explorer + CAG layer
d91cbff

adeshboudh16 Claude Sonnet 4.6 commited on

feat(4.4): wire input/output guardrails into query pipeline
0d97df8

adeshboudh16 commited on

test(4.3): add unit test suite — 31 tests, 0→full coverage on critical paths
d990530

adeshboudh16 commited on

feat: Phase 0 complete — RERA RAG pipeline with FastAPI
776244c

adeshboudh16 commited on