karthik-codex / Autogen_GraphRAG_Ollama

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

deployed and run successfully, but no response. #19

Open guoxiangke opened 3 weeks ago

guoxiangke commented 3 weeks ago

Hi, finally, I make this run in my local. but the chat give nothing, and no error.

image image

steps:

  1. make this repo works on local.

    pip uninstall aiofiles graphrag chainlit -y
    pip install aiofiles==23.1.0
    pip install chainlit==1.1.306
    pip install --no-deps graphrag
  2. copy my.txt to input folder and run "python -m graphrag.index --root ." with gpt-4o-mini (ollama + llama3.1 not work on local)

  3. then litellm --model ollama/llama3.1:8b --api_base http://localhost:11434

guoxiangke commented 3 weeks ago

this also works well: python -m graphrag.query --root . --method global "my question?"

qib-bang commented 1 week ago

Have you solved the problem now?