Skip to content

Multi-agent RAG system using AutoGen for document-focused tasks in medical education, leveraging LangChain, ChromaDB, and OpenAI embeddings.

Notifications You must be signed in to change notification settings

SJ9VRF/Multi-Agent-RAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Agent Retrieval Augmented Generation (RAG)

Screenshot_2024-08-08_at_5 45 59_PM-removebg-preview

AutoGen RAG Agents

Overview

This project implements a Retrieval Augmented Generation (RAG) system using the AutoGen framework. The system leverages multiple agents capable of interacting with one another to execute tasks that require specific document knowledge, focusing on large unstructured textual data in medical education.

Features

  • Utilizes the latest AutoGen capabilities with the retrievechat feature package.
  • Implements OpenAI's powerful embedding functions.
  • Integrates LangChain for optimal text splitting.
  • Employs ChromaDB for efficient vector storage and retrieval.

Installation

Clone this repository:

git clone <repository-url>

Navigate to the project directory:

cd AutoGenRAG

Install required packages:

pip install -r requirements.txt

About

Multi-agent RAG system using AutoGen for document-focused tasks in medical education, leveraging LangChain, ChromaDB, and OpenAI embeddings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages