Find answers from the community

s
F
Y
a
P
Updated 12 months ago

I tried upgrading to alpha 0.9 using

I tried upgrading to alpha 0.9 using pip install llama_index --pre but my version is still at 0.8.68. My python is 3.11 and am using conda. Any thoughts on how to upgrade?
L
B
2 comments
pip install --upgrade --pre llama-index

Or

Plain Text
pip uninstall llama-index
pip install llama_index --pre
got it awesome! Thanks a lot
Add a reply
Sign up and join the conversation on Discord