Find answers from the community

Updated 10 months ago

To upgrade all Llama-Index packages, do

To upgrade all Llama-Index packages, do I just do "pip install -U llama-index"? Or I have to upgrade the sub-packages too? Thanks.
L
1 comment
in v0.10.x, packages are versioned independtly. This means you can upgrade only what you need.

In most cases, you'll just want to do pip install -U llama-index-core
Add a reply
Sign up and join the conversation on Discord