Closed roberAlb closed 6 days ago
You're using a very old version of Kernel Memory. First of all, I suggest you to update the the latest version 0.93.241118.1.
hi @roberAlb I tried the decoder against this spreadsheet, and everything worked fine. I would suggest upgrading the solution as suggested by @marcominerva and retrying.
Test:
Context / Scenario
We trying to import documents to Azure AI Search calling KM from Azure Functions and we are struggling with excel files with a lot of rows.
What happened?
Basically it fails with an OutOfMemoryException error when we are processing excel files. Locally it works but it takes 40-50 mins to import to Azure AI Search. We are not talking about a big document size, it's a document with a 8500 rows more or less and less that 1MB.
Could anyone advise? I don't know why it's taking too long locally, is there any limitation about xlsx files or any known issue about them?
Importance
a fix would make my life easier
Platform, Language, Versions
Windows 10, C#, Kernel Memory 0.51.240513.2
Relevant log output