Log in
Log into community
Find answers from the community
Most posts
Powered by
Hall
Home
Members
LeMuffinMan
L
LeMuffinMan
Offline
, last seen 3 months ago
Joined September 25, 2024
Contributions
Comments
Replies
L
LeMuffinMan
10 months ago
·
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