Skip to content

ngshya/mas-is-all-you-need

Repository files navigation

MAS is all you need: supercharge your Retrieval-Augmented Generation (RAG) with Multi-Agent Systems

How to build a Multi-Agent RAG with AG2 and ChromaDB.

Check the Medium article for the technical details.

Python env creation

conda create -n "mas" python=3.12.8
conda activate mas
pip install -r requirements.txt

Database initialization

chmod +x start_chroma
./start_chroma

Ingestion of documents

chmod +x ingest
./ingest

Start to chat

python mas.py