Update GraphRAG version
Confirmation
- [x] I confirm that I am a maintainer and so can use this template. If I am not, I understand this issue will be closed and I will be asked to use a different template.
Issue body
GraphRAG made some API changes since 1.2.0. We need to catch up with the latest version.
Also update the autogen version in the sample: https://github.com/microsoft/autogen/blob/main/python/samples/agentchat_graphrag/requirements.txt
Related: #6201
I will try to have a look soon.
"run Autogen and GraphRAG sample, report error: ModuleNotFoundError: No module named 'graphrag.config.config_file_loader'" the issue still exist after upgrading GraphRAG version. Details: https://github.com/microsoft/autogen/issues/6201#issuecomment-2993449791
same issue from 0.6.1 to GraphRAG 2.0 above
python -c "from autogen_ext.tools.graphrag import GlobalSearchTool, LocalSearchTool; print('Impor t successful')"
Traceback (most recent call last):
File "