VectorStoreIndex
. It's already imported, my whole code is working before. My llama-index version is 0.8.45.post1
can someone help? This is most likely a package issue since I got my whole code already working yesterday.from llama_index import VectorStoreIndex ImportError: cannot import name 'VectorStoreIndex' from 'llama_index' (/home/gerald.villaran/anaconda3/envs/venv/lib/python3.10/site-packages/llama_index/__init__.py)
pip uninstall llama_index pip install llama_index