I just updated too and I cannot even use the code from the readme. Pip freeze -> llama-index==0.10.4 The code from readme, which doesn't run is this simple import: "from llama_index.core import StorageContext, load_index_from_storage"
Leads to error: ImportError: cannot import name 'StorageContext' from 'llama_index.core' (unknown location)