HKUDS / LightRAG

"LightRAG: Simple and Fast Retrieval-Augmented Generation"
https://arxiv.org/abs/2410.05779
MIT License
10.21k stars 1.28k forks source link

Dependencies not installed with the package via PyPi #333

Open themightywolfie opened 5 days ago

themightywolfie commented 5 days ago

Installing the package via PyPi does not install the dependencies like aioboto3, torch, transformers, openai, ollama. nano_vectordb etc. I had to install each one individually.

image

aaqib-ahmed-nazir commented 5 days ago

Yep I also noticed this PYPI is also way behind in updates. Try downloading the dependency from the repo, then you wont face this issue also the packages from repo stay up to date I believe that PYPI gets updated later so its better to do it form the repo imo.

Fix:

Will work :)