Add your description here
Project description
🏥 Patient Query Assistant with RAG + OpenAI API
A Python-based MCP Server that answers patient-specific medical queries using a Retrieval-Augmented Generation (RAG) system integrated with the OpenAI Chat Completions API.
The function retrieves context-specific medical data about a patient from an Azure AI Search (a Vector Database), and uses an LLM to generate precise, context-aware responses.
📖 Overview
This utility allows you to query a patient's medical information by providing:
patient_name: The name of the patient (as a string).query: The natural language question you want to ask (as a string).
The system normalizes the patient’s name by removing spaces and converting it to lowercase, retrieves relevant data using an indexer, and sends this context along with your query to an OpenAI model to generate a smart, human-readable response.
🛠️ Features
✅ Patient name normalization (removes spaces and lowercases for consistent lookups)
✅ Retrieval-Augmented Generation (RAG) powered by Azure AI Search and Storage Accounts
✅ Natural language interaction via OpenAI Chat Completions API
✅ Designed for secure and context-aware medical information handling
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ho_rag-0.3.0.tar.gz.
File metadata
- Download URL: ho_rag-0.3.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fefb935ebf89f5930a7ab5fcdc4031e116f4f3d7f1fd3b55570c1c84fd570318
|
|
| MD5 |
60303cbc8ef940420b7b2c4e739076ec
|
|
| BLAKE2b-256 |
d519bcfcd6382a2a504da1efe3d3c0271537771a931c1e8e6ad2c251b24fb9b3
|
File details
Details for the file ho_rag-0.3.0-py3-none-any.whl.
File metadata
- Download URL: ho_rag-0.3.0-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e32a41f50e5e5092e9c51dbe1bd2fe8219bb5431fa0d8c62dfb5cca6942eb4fd
|
|
| MD5 |
0a2257e0815e006097c1d792d7f8cef6
|
|
| BLAKE2b-256 |
949db1106391c7789ea191f6d361d83c4e92ac7228d4fe03efc4bea381dd9a18
|