Related Experiment Video
Updated: Feb 7, 2026

Combining Augmented Reality and 3D Printing to Display Patient Models on a Smartphone
Published on: January 2, 2020
BioModelsRAG: A Biological Modeling Assistant Using RAG (Retrieval Augmented Generation)
Bhavyahshree Navaneetha Krishnan1, Adel Heydarabadipour2, Herbert Sauro2
1University of Washington, Seattle, WA 98195.
Abstract:
The BioModels database is one of the premier databases for computational models in systems biology. The database contains over 1000 curated models and an even larger number of non-curated models. All the models are stored in the machine-readable format, SBML. Although SBML can be translated into the human readable Antimony format, analyzing the models can still be time consuming. In order to bridge this gap, a LLM (large language model) assistant was created to analyze the BioModels and allow interaction between the user and the model using natural language. By doing so, a user can easily and rapidly extract the salient points in a given model. Our analysis workflow involved 'chunking' BioModels and converting them to plain text using llama3, and then embedding them in a ChromaDB database. The user-provided query was also embedded, and a similarity search was performed between the query and the BioModels in ChromaDB to extract the most relevant BioModels. The BioModels were then used as context to create the most accurate output in the chat between the user and the LLM. This approach greatly minimized the chance of hallucination and kept the LLM focused on the problem at hand. We illustrate the utility of this approach with a number of examples. The code is available at https://github.com/TheBobBob/BioModelsRAG. The website implementation is available at https://biomodelsrag.streamlit.app/.
Related Concept Videos
Retrieval
Recall involves accessing information without cues, such as during an essay test, where individuals must retrieve facts and concepts from memory unaided. Another example is remembering the name of a colleague...
ER Retrieval Pathway
The ER uses many checkpoints to prevent the entry of incorrectly folded or a resident protein as cargo onto a transport vesicle. These mechanisms...
What is Conservation Biology?
Biological Effects of Radiation
Synthetic Biology
Golden rice
Golden rice is a genetically modified...
Biological Causes of Schizophrenia
Genetic Factors in Schizophrenia
The genetic basis of schizophrenia is strongly supported by family and twin...

