Llama-FS Self-Organizing File Manager (github.com)
from d_ohlin@lemmy.world to selfhosted@lemmy.world on 29 May 2024 20:35
https://lemmy.world/post/15959537

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?

#selfhosted

threaded - newest

[deleted] on 29 May 2024 20:36 next collapse

.

kakes@sh.itjust.works on 29 May 2024 21:40 next collapse

Ngl that’s a interesting idea. Would definitely want it running locally, though.

priapus@sh.itjust.works on 30 May 2024 01:10 collapse

Looks like it allows that using ollama

Edit: according a couple issues, the flag that allows this is being ignored…

kakes@sh.itjust.works on 30 May 2024 03:12 collapse

Haha well that’s uhh…

Bishma@discuss.tchncs.de on 29 May 2024 22:07 next collapse

I can sort of see the appeal, but its not for me. If anything is ever going to rename files for me its going to be a script that I’ve either written or at least read top to bottom. Not a blackbox inference engine, and especially not one based on an LLM.

d_ohlin@lemmy.world on 29 May 2024 22:38 collapse

I definitely would lean into your camp for sure. The demo video shows it previewing suggested renames before accepting, but I see your point and I definitely had the same initial reaction lol

PerogiBoi@lemmy.ca on 29 May 2024 23:04 next collapse

That’s a neat application of LLMs. I echo the other comments here in that I’d want final say on file changes and the ability to only enable it for certain directories.

d_ohlin@lemmy.world on 29 May 2024 23:38 collapse

I totally agree - demo video I saw makes it look like it totally has both those features

lily33@lemm.ee on 29 May 2024 23:12 next collapse

I like the idea, but I really hate that they’ve hardcoded the provider.

Moonrise2473@feddit.it on 30 May 2024 00:08 next collapse

Seems a neat way to lose everything

leftzero@lemmynsfw.com on 30 May 2024 04:28 collapse

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

This seems unnecessarily destructive.

romp_2_door@lemmy.world on 30 May 2024 20:03 collapse

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

rho50@lemmy.nz on 31 May 2024 02:20 collapse

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.