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

update mobile responsiveness
5d11dcd

adeshboudh16 commited on

updated docs
8de7198

adeshboudh16 commited on

frontend: refresh logo and hydration handling
77dd060

adeshboudh16 commited on

style: refine mobile drawer layout with logo and settings positioning
7fbe0c3

adeshboudh16 commited on

style: apply interaction polish and mobile spacing
cd7e224

adeshboudh16 commited on

feat: add MobileDrawer and hamburger menu
521eda0

adeshboudh16 commited on

feat: add BottomNavBar for mobile view switching
7c8004c

adeshboudh16 commited on

frontend: sync hf-safe logo and hydration updates
1714902

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

Merge pull request #2 from adeshboudh/feat/streaming
143e1ed

Adesh Boudh commited on

feat: add logo and fix hydration mismatch
38e4b32

adeshboudh16 commited on

test and docs
cfd62b3

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

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: use LiteLLMClient adapter for Gemini judge in build_judge
f30a39a

adeshboudh16 Claude Sonnet 4.6 commited on

feat: add Gemini native judge backend to eval pipeline
e56b2e9

adeshboudh16 Claude Sonnet 4.6 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: make ingest_all synchronous and fix GraphSeeder method name
c99bb01

adeshboudh16 Claude Sonnet 4.6 commited on

fix: correct ingest.py to iterate registry values and call ingest_document
6ce5a5f

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: 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

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