We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, finally, I make this run in my local. but the chat give nothing, and no error.
steps:
pip uninstall aiofiles graphrag chainlit -y pip install aiofiles==23.1.0 pip install chainlit==1.1.306 pip install --no-deps graphrag
copy my.txt to input folder and run "python -m graphrag.index --root ." with gpt-4o-mini (ollama + llama3.1 not work on local)
then litellm --model ollama/llama3.1:8b --api_base http://localhost:11434
The text was updated successfully, but these errors were encountered:
this also works well: python -m graphrag.query --root . --method global "my question?"
Sorry, something went wrong.
Have you solved the problem now?
同样的问题,解决了吗?
No branches or pull requests
Hi, finally, I make this run in my local. but the chat give nothing, and no error.
steps:
copy my.txt to input folder and run "python -m graphrag.index --root ." with gpt-4o-mini (ollama + llama3.1 not work on local)
then litellm --model ollama/llama3.1:8b --api_base http://localhost:11434
The text was updated successfully, but these errors were encountered: