karthik-codex / Autogen_GraphRAG_Ollama

Microsoft's GraphRAG + AutoGen + Ollama + Chainlit = Fully Local & Free Multi-Agent RAG Superbot
519 stars 104 forks source link

README.md #4

Closed aviranmz closed 4 months ago

aviranmz commented 4 months ago

conda create -n RAG_agents python=3.12 conda activate RAG_agents git clone https://github.com/karthik-codex/autogen_graphRAG.git cd autogen_graphRAG pip install -r requirements.txt

karthik-codex commented 4 months ago

thanks I modified.