# RAG Agent with ChromaDB and Tavily ## Setup ```bash pip install -r requirements.txt ``` ## Run ```bash python main.py ```