iyaja / llama-fs

A self-organizing file system with llama 3
MIT License
4.49k stars 259 forks source link

Handle files without text #39

Closed RiderExMachina closed 3 weeks ago

RiderExMachina commented 3 weeks ago

Closes #38

Some documents have no text in the document. The original code had no handling for this, and would crash if there was no text. This allows for a clean handling of these files without a try - except block.

Tested on Fedora 40 and Bazzite, seems to function with no issues.