microsoft / graphrag

A modular graph-based Retrieval-Augmented Generation (RAG) system
https://microsoft.github.io/graphrag/
MIT License
19.34k stars 1.91k forks source link

pip install takes too long and has dependency issues #1423

Open nchandhi opened 2 days ago

nchandhi commented 2 days ago

Do you need to file an issue?

Describe the issue

Hi graphrag team, I have been trying to use graphrag by installing it from pypi. The installation takes up to 10 minutes (most times lot more time). I was finally able to get it to work locally in my virtual environment. But when I try to build a solution with it, I need to install and process data either through a bicep deployment script or as an azure function. This has been very painful process to build/debug/unit test because every install takes forever. The same applies to creating functions for querying. Please consider simplifying the dependencies and the time it takes to install graphrag.

Steps to reproduce

To reproduce, please run - pip install graphrag in VScode or any choice of editor terminal.

GraphRAG Config Used

# Paste your config here

Logs and screenshots

No response

Additional Information