severian42 / GraphRAG-Local-UI

GraphRAG using Local LLMs - Features robust API and multiple apps for Indexing/Prompt Tuning/Query/Chat/Visualizing/Etc. This is meant to be the ultimate GraphRAG/KG local LLM app.
MIT License
1.51k stars 173 forks source link

Aiofiles version conflict in grahrag and chainlit #98

Open yantra1729 opened 2 weeks ago

yantra1729 commented 2 weeks ago

I am trying to integrate graphrag with chainlit.

While installing the package's I get the following error.

ERROR: graphrag 0.3.1 has requirement aiofiles<25.0.0,>=24.1.0, but you have aiofiles 23.2.1.

ISSUE: Chainlit requires aiofiles<24.0.0 and graphrag requires aiofiles version >=24.1.0.

The application works on my local machine, but when I try to deploy it on Azure Web App, the build fails, citing the above error.

Is there any workaround?

rmd1710714107 commented 1 week ago

i hava the same problem

DanKoan commented 5 days ago

Thanks for another repo trying to realise GraphRAG, but please ensure the repo has internal consistency regarding these conflicting dependencies...