I think the best option is converting the table into a csv, and using the paged csv loader
https://llamahub.ai/l/file-paged_csvAnother option is using the pandas or sql index, but keep in mind right now they only take user queries and transform them into sql/pandas operations, and thenr return the result of that operation