I have an simple vector index that I created with chunk_size_limit=1024
The input prompt itself that I pass to query function is ~5000 tokens. I tried using prompt_helper (below) to create chunks but I think that is useful when you create an index, not while making the query call.