Please guide me regarding this error?
ImportError: cannot import name 'VectorStoreIndex' from 'llama_index' (unknown
location)
2024-04-16 08:25:18.902 503 GET /script-health-check (10.12.216.22) 5.31ms
────────────────────── Traceback (most recent call last) ───────────────────────
/home/adminuser/venv/lib/python3.11/site-packages/streamlit/runtime/scriptru
nner/script_runner.py:584 in _run_script
/mount/src/hellow/bawa.py:2 in <module>
1 import streamlit as st
❱ 2 from llama_index import VectorStoreIndex, ServiceContext, Document
3 from llama_index.llms import OpenAI
4 import openai
5 from llama_index import SimpleDirectoryReader