Let's say we have an excel of thousands of rows. We want to fetch some data based on the query entered in pure text format. Google's TAPAS model does not work on beyond few 100 rows. Is there any other way to do this.
Let's say there is an input text box and the user has entered the query "I want to buy Mercedez benz Class C, which is of white color, the price is in the range of 1-2lac US $ and it should be available for purchase in New York state"
Based on this query, the system should fetch the relevant data from Table and give it to user. The only condition is that the tabular data has thousands of rows, so TAPAS model may not work and GPT3 is too expensive to train and use.
Is there any other way?