existing_index = load_index_from_storage(storage_context, index_id=index_id) documents = SimpleWebPageReader(html_to_text=True).load_data(websites.split(",")) new_index = VectorStoreIndex.from_documents(documents, service_context=service_context) # merge(existing_index, new_index)