Find answers from the community

Updated 8 months ago

Hi! How do I upgrade LlamaIndex and all

Hi! How do I upgrade LlamaIndex and all complementary packages? My current v 0.10.3 is llama-index-agent-openai==0.1.1 Is there a way to upgrade all the packages without manual uninstalling/reinstalling them? Thanks!
L
S
6 comments
hmmm, pip freeze | grep llama-index | xargs pip install -U maybe?
does grep exist for windows?
well, how is it supposed to upgrade? When you moved the functionality to the outer packages?
hmmm it might not haha I do all my work on WSL when I'm on windows
I don't know what you mean here. This command would simply update every llama-index package you have installed. Nothing should be moved to other packages if you are already on v0.10.x, if any deps are needed, they will be specified in deps of existing packages
Okay, I will try some script. Thanks!
Add a reply
Sign up and join the conversation on Discord