Hadn’t seen this here yet, a co-worker of mine sent it my way so I’m just spreading the word. Looks interesting, to say the least! Anyone tried this out or had any other experience with it yet?

  • @leftzero
    link
    English
    22
    edit-2
    19 days ago

    Why rename the files when you could just categorise and index them…?

    This seems unnecessarily destructive.

    • @[email protected]
      link
      fedilink
      English
      319 days ago

      I’ve been long looking for this rename feature.

      I have so many files that are titled

      Document-2022(1).pdf

      or

      contract(1).pdf

      Really wish that they had descriptive titles so I can know what’s in them without having to open them

      • @[email protected]
        link
        fedilink
        English
        1318 days ago

        It would be better to have this as a FUSE filesystem though - you mount it on an empty directory, point the tool at your unorganised data and let it run its indexing and LLM categorisation/labelling, and your files are resurfaced under the mountpoint without any potentially damaging changes to the original data.

        The other option would be just generating a bunch of symlinks, but I personally feel a FUSE implementation would be cleaner.

        It’s pretty clear that actually renaming the original files based on the output of an LLM is a bad idea though.