Open Source

Query PubMed
Like an Expert.

An AI-powered Retrieval-Augmented Generation (RAG) tool for biomedical researchers.

The Architecture

General LLMs hallucinate badly when asked nuanced medical questions. MedDiscover solves this by strictly grounding answers in heavily-cited PubMed literature.

MedCPT Embeddings

We use specialized, domain-trained encoders rather than generic OpenAI ADA models to vectorize text.

Vector Search

Fast retrieval of the top-k most relevant literature passages based on semantic cosine similarity.

Synthesis

The LLM synthesizes an answer referencing *only* the retrieved context, preventing hallucinated citations.