HelgeSverre / mindwave

[WIP] 🧠 Toolkit for building AI features into your Laravel app.
https://mindwave.no
MIT License
68 stars 7 forks source link

[FR] CSV/Excel Document Loader #8

Open HelgeSverre opened 1 year ago

HelgeSverre commented 1 year ago

It might make sense to load CSV files as is, but split them based on lines instead of "characters".

For excel files, it might makes sense to convert them to CSV, then treat them the same way.

Suggestions on how this would work are welcome.