How to Create a Medical Agent / RAG System.
Last Updated on September 17, 2024 by Editorial Team
Author(s): Pere Martra
Originally published on Towards AI.
Learn how to build a ReAct agent powered by a RAG system using LangChain, ChromaDB, and OpenAI, with a user-friendly Gradio interface.
This member-only story is on us. Upgrade to access all of Medium.
This article is based on content from my book βLarge Language Models Projects: Apply and Implement Strategies for Large Language Modelsβ (Apress) and a free GitHub course about LLMs.
As youβve already read in the previous paragraph, this article is part of a Large Language Model course where concepts are introduced gradually. Here, weβll see how to combine the technologies weβve covered so far to create a small project.
If youβve read any of my articles, youβll know that their approach is very hands-on, and as expected, itβs accompanied by a notebook available in the course repository. Youβll find the link below:
Practical course about Large Language Models. . Contribute to peremartra/Large-Language-Model-Notebooks-Courseβ¦
github.com
My recommendation is to have the notebook open while reading the article and create your own version when youβre finished.
Image created with ChatGPT by Author.Youβll see how you can give LangChain the ability to use information from a database to feed the prompt, and youβll also see how memory is maintained in conversations with these agents.
The agent you are going to create is of the ReAct type, which stands for Reasoning + Acting.
This means that the agent is programmed to perform… Read the full blog for free on Medium.
Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming aΒ sponsor.
Published via Towards AI