Thanks for the suggestion. But unfortunately GPTVectorStoreIndex will not return correct response (it actually give something like "The context doesn't contain information about ...")
You can try adjusting the top k or chunk size for a vector index.
Or if you have documents that can be split into clear categories, an index for each category/section combined with a sub question engine or a data agent is a good choice