GPTSimpleVectorIndex
for that data structure? I tried GPTTreeIndex
but the instance just hangs...not sure if I was barking up the wrong tree with my approachGPTSimpleVectorIndex
on this WhatsappChatLoader = download_loader("WhatsappChatLoader") path = "_chat.txt" loader = WhatsappChatLoader(path=path) documents = loader.load_data()