How to build a Multi-Agent RAG with AG2 and ChromaDB.
Check the Medium article for the technical details.
conda create -n "mas" python=3.12.8
conda activate mas
pip install -r requirements.txt
chmod +x start_chroma
./start_chroma
chmod +x ingest
./ingest
python mas.py