Find answers from the community

Home
Members
LeMuffinMan
L
LeMuffinMan
Offline, last seen 3 months ago
Joined September 25, 2024
L
LeMuffinMan
·

Hi all,

Hi all,
For anyone else encountering an issue with imports (For me, it was importing Document object, even in a venv + python interpreter + new llama_index version), I found the following to resolve my issue after a while

pip3 uninstall llama-index
pip3 install llama-index --upgrade --no-cache-dir --force-reinstall
3 comments
L
L