Open themightywolfie opened 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.
git clone https://github.com/HKUDS/LightRAG.git
cd LightRAG
pip install -e .
Will work :)
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.