# Healthcare conversation agent

> Healthcare conversation agent - Use Retrieval Augmented Generation to build a conversational agent
> for Healthcare professionals.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-05-06T18:17:09.579327+00:00` (UTC).

## Primary page

- [Healthcare conversation agent](https://docs.datarobot.com/en/docs/api/dev-learning/accelerators/llm-and-genai-apps/med-research.html): Full documentation for this topic (HTML).

## Related documentation

- [Developer documentation](https://docs.datarobot.com/en/docs/api/index.html): Linked from this page.
- [Developer learning](https://docs.datarobot.com/en/docs/api/dev-learning/index.html): Linked from this page.
- [AI accelerators](https://docs.datarobot.com/en/docs/api/dev-learning/accelerators/index.html): Linked from this page.
- [LLM and GenAI applications](https://docs.datarobot.com/en/docs/api/dev-learning/accelerators/llm-and-genai-apps/index.html): Linked from this page.

## Documentation content

[Access this AI accelerator on GitHub](https://github.com/datarobot-community/ai-accelerators/blob/main/generative_ai/Medical%20Research%20Agent/Medical%20Research%20Conversational%20Agent.ipynb)

This accelerator shows how you can use [Retrieval Augmented Generation](https://arxiv.org/abs/2005.11401) to build a conversational agent for healthcare professionals. Healthcare professionals have to constantly stay informed of the latest research in not only their own specialization but also in complimentary fields. This means they have to constantly consume the latest research from trusted sources. Because new research papers are published at an astonishing rate, it is important to filter out irrelevant and untrusted research and focus on trusted research that is important to healthcare in this agent's knowledge base. As this agent's intended use is in healthcare, it is of paramount importance that the agent operates with in the confines of the knowledge base without hallucinations.

With DataRobot, this accelerator shows how to use predictive modeling to identify trusted research and then build a knowledge base for the conversational agent using DataRobot's [generative AI offering](https://www.datarobot.com/platform/generative-ai/).

This accelerator illustrates the following;

- Use predictive models to classify text files
- Create a vector store out of research paper abstracts
- Use Retrieval Augmented Generation with a generative AI model
- Deploy a Generative AI model to the DataRobot platform
