graphrag
graphrag copied to clipboard
[Feature Request]: How to invoke graphrag python api?
Do you need to file an issue?
- [ ] I have searched the existing issues and this feature is not already filed.
- [ ] My model is hosted on OpenAI or Azure. If not, please look at the "model providers" issue and don't file a new one here.
- [ ] I believe this is a legitimate feature request, not just a question. If this is a question, please use the Discussions area.
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
I have deployed the llm and embedding models through ollama and xinference respectively, and modified settings.yaml and some py source code through the graphrag source code. Now I want to deploy this environment to the front end of the web page, so how do I call graphrag to query in the back end of the web page service?
Additional context
No response