overwrite=False
persist()
or load_index_from_storage()
. Instead, setup the vector store and storage context, create the initial index. Then, to re-load the index, setup the vector store object to point to the existing vector store, then do index = VectorStoreIndex.from_vector_store(vector_store)
, which should reload the index