Open tknobi opened 2 years ago
Sounds interesting. Is there a way to know if an app supports this without looking at the source code? I'm not sure i want to have to maintain something that requires source code sleuthing.
Since it's an awesome (and complicated) feature, they will tell you in the docs 🙂 No need for code scan.
Haha nice. Are there other terms used for the same functionality?
Does fuzzy search convey the same meaning?
fuzzy search usually means that you can type 'rise' and get sunrise in your results too. It's a lot as complicated or hard to implement as semantic which needs ML libraries to convert your writings in something generic and search in indexed db.
Hello again,
one could add the "Semantic image search", because it's amazing. It let's user search for content in images (not limited to 1000 classes). See this nice video to show it's power.
Librephotos has it (Source) and I started working on it for Photoprism here. No other offers this feature so far (as far as I know).
Cheer tknobi