I'm trying to parse this article: https://en.wikipedia.org/wiki/Economy_of_the_United_States#Mergers_and_acquisitions" and in the section in the attached screenshot it has some info about the 2017 GDP per capita in the US. My query is for the GDP per capita in 2022, but it unfortunately returns the value for the 2017 GDP mistakenly as the 2022 GDP value.
Do you know how to overcome this error "ValueError: A single term is larger than the allowed chunk size.Term size: 871Chunk size: 369" with GPTTreeIndex
@vkdi5cord which version are you on? i recently added some fixes this past week to hopefully address that. the error occurs because you have a single token (tokens are split by separator) which is longer than allowed length