A conversation with
supplement science.
A RAG platform for exploring research on supplements and nutrients—from a topic across the entire library to a conversation with a single paper.
Inside the project
What it does: I built a research workspace that automatically brings new supplement and nutrient papers into a growing library. People can search the whole collection by topic, discuss a single paper, or group several papers into a shared source for a conversation.
The problem: Relevant research can be spread across many papers. Finding a topic is only the first step; people also need a way to explore the material in detail and consider related papers together.
The approach: Split research papers into appropriately sized chunks, convert those chunks into vector embeddings, and store them in a local Milvus database. Retrieve relevant material from the selected sources and use OpenAI models to analyze it and support the conversation. Automatic ingestion keeps new papers coming into the library.
The technical focus: Supporting different scopes of research: a broad search across the library, a close reading of one paper, or a discussion grounded in a selected group. Source selection and the context passed to the model are central to making those modes useful.

