Skip to content

Latest commit

 

History

69 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clinical Evidence Navigator

Status

RAG system for querying clinical guidelines with citation-backed, hallucination-mitigated responses. Built with LangGraph, ChromaDB, and FastAPI.

⚠️ Engineering and research project — not medical advice.


Architecture

PDF Guidelines → Ingestion Pipeline → ChromaDB (bge-small-en-v1.5)
                                           ↓
                              LangGraph Inference Engine
                              (retrieval → reranking → generation)
                                           ↓
                              FastAPI serving layer → Streamlit UI

Performance

Metric Before After Improvement
End-to-end latency ~358s ~7.1s >98%
Retrieval latency tracked
Indexing time tracked
LLM inference tracked

Tech Stack

Python · LangChain · LangGraph · ChromaDB · HuggingFace (bge-small-en-v1.5)
Google Gemini 2.5 Flash · FastAPI · Streamlit · Docker


Quick Start

git clone https://github.com/cleberfc23/clinical-evidence-navigator
cd clinical-evidence-navigator
docker compose up

Author

Cleber F. Carvalho

About

Evidence-grounded RAG system for querying public medical guidelines with citation enforcement and hallucination mitigation. Built with LangGraph, Chroma, and Streamlit.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages