GPTSimpleVectorIndex.
So far, I've been able to create a custom index and query it. but when I query the index, it looks like the answer has been cut off. I think that maybe it is something with the max_token value. Should I use LLMPredictor
to set a bigger max_tokens value?