Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.04 KB

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