-
-
Notifications
You must be signed in to change notification settings - Fork 414
Description
Checklist
- I am using an up-to-date version.
- I have read the documentation.
- I have searched existing issues.
Description
Tags are useful for grouping similar content together, but sometimes when I'm looking for a very specific file, I will remember something specific about it, some content or imagery specific to that file. For example, I have a library of memes as images and videos. If I remember a quote or a subject from one of those images or videos, it could be challenging to find it using tags alone.
Solution
- Files can be given keywords, describing the content in the file
- File keywords are searchable, so a file can be found based on its keywords
- If multiple files use the same keyword, the keyword could be converted to a tag
Note
The difference between tags as they currently exist and keywords is that keywords are intended to be unique to the file, describing its content or distinguishing features, to make locating that one file easier in the future, rather than grouping like files together
Alternatives
An alternative would be to have a local LLM generate descriptions of the files itself, similar to Google's Pixel Screenshots app. However, this gives the end user less control, and if the LLM gets its description wrong, it could make the content harder to find. This solution would also be harder to implement.