[Feature Request]: A simpler way for Azure AI Searcher users to migrate to graphrag
Do you need to file an issue?
- [X] 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.
The original disucssion : https://github.com/microsoft/graphrag/discussions/905
A simpler way for Azure AI Search users to migrate to graphrag
Describe the solution you'd like
Can we use the graphrag as the augmentation for the Azure AI Search?
Specifically, we have already chunked and indexes the data in ai search. Can graphrag directly connect the dots on the indexes for ai search so that we don't need upload files, chunk and put textx into the vector db again. In addition, this would be much smoother to migrate from ai search.
Additional context
No response
following
following
Following - I am really interested in implementing GraphRAG in a way that works with data that is already indexed into an Azure AI Search index. Trying to figure out how to best modify the GraphRAG pipeline or configurations to do this
Following