microsoft / graphrag

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

pip install -r requirements.txt为啥一直报错呀[Issue]: <title> #843

Closed hezhi-lucky closed 3 months ago

hezhi-lucky commented 3 months ago

Is there an existing issue for this?

Describe the issue

No response

Steps to reproduce

No response

GraphRAG Config Used

# Paste your config here

Logs and screenshots

No response

Additional Information

natoverse commented 3 months ago

GraphRAG uses poetry for dependency management, not requirements.txt. Once you have poetry installed on your system, please use poetry install to get the dependencies. See https://microsoft.github.io/graphrag/posts/developing/