I made an open-source GUI for local semantic search, supporting many embedding models from HuggingFace

Posted by leonrjg@reddit | LocalLLaMA | View on Reddit | 4 comments

Hi, everyone, the other day I was looking for an *easy*, plug-and-play app to run embedding models locally and had surprisingly few results.

Many tools like this must exist already but based on my survey, they are either command line interfaces, they require multiple components running together, e.g. Open Notebook, or they support only a couple models.

To make it short, it's a local, plug-and-play, cross-platform app for exact or semantic search across PDFs and other text files. It supports a wide range of embedding models from HuggingFace.

GitHub: https://github.com/leonrjg/Wilkes

You can also try it online: https://demo.wilkes.app/ (this is a load balancer of several instances running on a VPS so indexing won't be fast).

I understand trying an unknown project is a security concern, so please use the Docker version if you're interested :)