Josh Bradley
Josh Bradley
This is still relevant. The `--dry-run` option is only useful for end users interacting with `graphrag` through the CLI interface. It still leaves developers that use the API interface of...
> Thank you so much , hope this project will support local LLM, not only chatGPT。 We welcome contributions from the community 😉 .
The `—language` flag was added after the initial release so if you are using the `Graphrag` package from PyPI, that flag is not available and would explain why you are...
Thanks @mkoivi. For the `Python 3.10` environment in AML, did you receive the `ModuleNotFound` error after running the `pip install` cell? `magic` is an interesting package because on some OS's,...
Closing this issue for now since there is a fix. Please try the new version when we release (or run `poetry build` in the root directory of this repo and...
Dealing with hallucinations is a complex topic with many solutions. What model are you using?
Please use GitHub issues to post bugs/feature request. We would love to continue engagement with the open source community over in GitHub Discussions at the top of this page.
Are you pulling from the main [PyPI](https://pypi.org/project/graphrag)? You can also try to specify the version `pip install graphrag==0.1.1`.
We'll merge this PR in once a new release of the graphrag library has been made and we ensure the accelerator works with the published package.
Will close this for now as the changes in this PR were added via another PR already.