civicsetu / src

Commit History

fix: add retry backoff on transient failures
96255cc
Running

adeshboudh16 commited on

fix: harden postgres checkpointer connections
b9ebee9

adeshboudh16 commited on

fix: update neo4j driver liveness option
499c1e2

adeshboudh16 commited on

fix: staged graph query updates
cc25d9e

adeshboudh16 commited on

fix: refactor neo4j driver to singleton to prevent connection exhaustion
16ee75f

adeshboudh16 commited on

fix: use request scoped neo4j drivers
61ddbd6

adeshboudh16 commited on

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

Merge branch 'main' into hf-sync-temp
e3d0ade

adeshboudh16 commited on

fix(api): support Aura Neo4j env names
df72c6f

adeshboudh16 commited on

Merge branch 'main' into hf-sync-temp
a3eb62d

adeshboudh16 commited on

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

adeshboudh16 commited on

Merge branch 'main' into hf-sync-temp
9c39459

adeshboudh16 commited on

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

adeshboudh16 commited on

Merge branch 'main' into hf-sync-temp
7e16eb6

adeshboudh16 commited on

topology fix
da0480b

adeshboudh16 commited on

chore: update cloud DB config and RAG docs (excluding .env)
e9cf728

adeshboudh16 commited on

chore: revert frontend build/serving in HF space as it is on Vercel
50e6313

adeshboudh16 commited on

fix: build and serve frontend via FastAPI for HF Space support
2eaed3d

adeshboudh16 commited on

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

adeshboudh16 Claude Sonnet 4.6 commited on

refactor(nodes): thin wrappers delegating to VectorRetriever and Reranker
2295e6a

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: improve RAG retrieval quality and reduce generator hallucination
98da9ee

adeshboudh16 Claude Sonnet 4.6 commited on

fix: deterministic doc_id prevents duplicate chunks on re-ingest
8383e2e

adeshboudh16 commited on

fix: FTS uses OR-based websearch_to_tsquery instead of AND-based plainto_tsquery
65df24b

adeshboudh16 Claude Sonnet 4.6 commited on

fix: prepend section_title to embedded text so sub-chunks retain section context
ef16f0c

adeshboudh16 Claude Sonnet 4.6 commited on

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

adeshboudh16 Claude Sonnet 4.6 commited on

fix: strengthen generator grounding to prevent hallucination on sparse contexts
097a8c6

adeshboudh16 Claude Sonnet 4.6 commited on

feat: inject no_reasoning=true into litellm.completion when using osmapi
8382add

adeshboudh16 Claude Sonnet 4.6 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

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

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

graph_retriver.py SQLAlchemy Session Across Parallel Coroutines
8061c46

adeshboudh16 commited on

fix: expose public get_driver() alias for lifespan import
c180af3

adeshboudh16 commited on

fix(perf): parallel jurisdiction traversal + fix driver.close() in read ops
69935e8

adeshboudh16 commited on

main.py dark mode
2549a46

adeshboudh16 commited on

main.py fix to render HTML instead of returning plain HTML str
3aa2ff1

adeshboudh16 commited on

main.py html fix
95d7a81

adeshboudh16 commited on

feat(ui): landing page at / in main FastAPI app
47ea778

adeshboudh16 commited on

feat(embedder): replace Ollama with sentence-transformers local inference
847e0ff

adeshboudh16 commited on

feat(phase4): multi-state RERA expansion + pipeline hardening
2d7bf65

adeshboudh16 commited on

feat: Phase 6 complete — Tamil Nadu RERA Rules 2017
525c175

adeshboudh16 commited on

feat: Phase 5 complete — Karnataka RERA Rules 2017
fce9fad

adeshboudh16 commited on