from llama_index import GPTSimpleVectorIndex, SimpleDirectoryReader documents = SimpleDirectoryReader('./data').load_data() index = GPTSimpleVectorIndex.from_documents(documents)
pip install --upgrade llama_index