LlamaIndex recently restructured their packages. The notebook https://github.com/TonicAI/tonic_validate/blob/main/examples/quickstart_llama_index.ipynb needs to be updated to reflect this. The main change is to change the initial import from ``` from llama_index import VectorStoreIndex, SimpleDirectoryReader ``` to ``` from llama_index.core import VectorStoreIndex, SimpleDirectoryReader ``` Also make any other changes the notebook may need to run.
LlamaIndex recently restructured their packages. The notebook https://github.com/TonicAI/tonic_validate/blob/main/examples/quickstart_llama_index.ipynb needs to be updated to reflect this. The main change is to change the initial import from
to
Also make any other changes the notebook may need to run.