GPTSimpleVectorIndex.load_from_disk("index_file.json")
index = GPTSimpleVectorIndex(documents=[Document(...), ...]) index_str_as_json_str = index.save_to_string() GPTSimpleVectorIndex.load_from_string(index_str_as_json_str)
response.source_nodes
contains source document chunks, each SourceNode should have embeddings