I use UnstructuredExcelLoader to load an Excel file which has the size over 45mb, the process keeps running over 16 hours and seems not to be completed. but when I try to load an Excel file which has the size about 200kb, it finished normally in 5 minutes. I wander whether there is any limit for the langchain loder or not.
My running environment: python 3.10.14, memory: 16Gb
Who can give some information about the limit of the langchain loader, and how to load a big file over 45mb?
chin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.