Find answers from the community

Updated 2 months ago

Also, isnt there a better way to quickly

Also, isnt there a better way to quickly know what are the changes for importing modules? It gets annoying after some time :/
L
b
6 comments
We have a complete guide! πŸ™ https://pretty-sodium-5e0.notion.site/v0-10-0-Migration-Guide-6ede431dcb8841b09ea171e7f133bd77

There is an upgrade script that will (hopefully) update all your imports and list any packages you should install
For example, for deeplake, you need pip install llama-index-vector-stores-deeplake
Thanks! this will help
@Logan M What would the import statement look like? I have installed it as you mentioned
from llama_index.vector_stores.deeplake import DeepLakeVectorStore
As part of the guide above, there is a complete registry of all packages and imports
https://pretty-sodium-5e0.notion.site/ce81b247649a44e4b6b35dfb24af28a6?v=53b3c2ced7bb4c9996b81b83c9f01139

The llamaindex-cli upgrade <folder> command will also update your import statements for you (works on py and ipynb files)
Add a reply
Sign up and join the conversation on Discord