Skip to content

sthio90/medical_rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Clinical RAG System for Medical Guidelines

This repository provides a practical tutorial demonstrating how to build a Retrieval Augmented Generation (RAG) system specifically tailored for querying medical guidelines or other healthcare documents.

Why RAG for Healthcare?

  • Accuracy: Ensures Large Language Model (LLM) responses are grounded in verified medical knowledge sources provided by you.
  • Verifiability: Provides references/citations, allowing users to trace answers back to the source document.
  • Control: Gives you direct control over the information the LLM uses.
  • Reduced Hallucinations: Minimizes the risk of the LLM generating plausible but incorrect information.

This project walks through setting up the necessary components, loading documents (including your own PDFs), and building a query system using LangChain and OpenAI.

About

Tutorial to build a medical guideline rag system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published