Large CSV file not working: CSVSearchTool

I have an excel sheet with 600 rows and 26 columns. I have converted the excel to csv so that I can use the CSVSearchTool inside an agent to answer questions from it. But, while creating the CromaDB code keeps crashing. So, I took a subset of the orginal excel for testing by deleted many rows from the excel and made it into 20 rows and 26 columns. Then I created a csv with the same and ran the code. Now it works perfectly, CromaDB was created and it was answering questions.

Is there a way to make the CSVSearchTool to read bigger csv files or any work around for the probelm I am having?