Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install takes too long and has dependency issues #1423

Open
1 of 3 tasks
nchandhi opened this issue Nov 20, 2024 · 1 comment
Open
1 of 3 tasks

pip install takes too long and has dependency issues #1423

nchandhi opened this issue Nov 20, 2024 · 1 comment
Labels
triage Default label assignment, indicates new issue needs reviewed by a maintainer

Comments

@nchandhi
Copy link

Do you need to file an issue?

  • I have searched the existing issues and this bug 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 bug, not just a question. If this is a question, please use the Discussions area.

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

  • GraphRAG Version: latest version or 0.3.6
  • Operating System: Windows
  • Python Version: 3.11
  • Related Issues:
@nchandhi nchandhi added the triage Default label assignment, indicates new issue needs reviewed by a maintainer label Nov 20, 2024
@jgbradley1
Copy link
Collaborator

This is just a suggestion - have you considered using containerized azure functions? Building a based image with graphrag installed would significantly reduce your development cycle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Default label assignment, indicates new issue needs reviewed by a maintainer
Projects
None yet
Development

No branches or pull requests

2 participants