karthik-codex / Autogen_GraphRAG_Ollama

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

Does it support multi-hop reasoning #11

Open ForgetThatNight opened 3 months ago

karthik-codex commented 3 months ago

No, but you can incorporate that by passing the last message or the message history as context into the group chat message 'CONTENT'. I have not tested this yet, but I would assume that is one way to achieve this.