You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Training code for advanced RAG techniques - Adaptive-RAG, Corrective RAG, RQ-RAG, Self-RAG, Agentic RAG, and ReZero. Reproduces paper methodologies to fine-tune LLMs via SFT and GRPO for adaptive retrieval, corrective evaluation, query refinement, self-reflection, and agentic search behaviors.
MBSPro is an AI-assisted billing copilot for Australian GPs. It turns clinical notes (typed; optional STT) into top-N MBS item suggestions with explicit rule/ethics checks, then generates a FHIR-ready claim and draft clinical docs (e.g., referral/care plan), with a lightweight compliance dashboard for errors/rejects and revenue snapshots.
A modular Self-Reflective RAG framework with built-in critique system. Features 3 adaptive critics ([Retrieve], [ISSUP], [ISCOMP]) for on-demand retrieval, factual verification, and completeness checking. Works with any document source with full reasoning trace visibility.
This project is built using Python and the Flask web framework, providing a user-friendly web interface for interacting with the RAG system. The core logic, including document processing, embedding generation, retrieval strategies (Self-RAG and Agentic RAG), and integration with the Gemini API, is organized within the utils directory.