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.52k stars 175 forks source link

Add versions to requirements.txt #26

Closed pc-erin closed 1 month ago

pc-erin commented 2 months ago

I noticed that almost all the libaries in requirements.txt have no versions on them. This results in pip installing every available version of those libraries which causes the installation to take a long time.

severian42 commented 2 months ago

Thanks for mentioning this, great idea. I will add versions to the requirements to speed things up