Perform exact or semantic search across multiple PDFs and text files, with highlights. Local, plug-and-play GUI.
See the code
|
|
WilkesPerform exact or semantic search across multiple PDFs and text files, with highlights. This project aims to provide a plug-and-play, cross-platform solution for local semantic search. |
Docker allows you to run software in isolation from your system.
docker run --rm -p 2000:2000 -v wilkes-data:/data ghcr.io/leonrjg/wilkes:latest
# Now you can visit localhost:2000
If you want to build locally instead:
git clone https://github.com/leonrjg/Wilkes
cd Wilkes
docker compose up
# Now you can visit localhost:2000
You can visit https://demo.wilkes.app to use the app online with your own sample files. The demo is reset every hour.
The app supports multiple engines to maximize model availability:
all-miniLM-L6-v2-onnxe5-small-v2all-miniLM-L6-v2If you have feature requests, feel free to open an issue (or a PR).
Licensed under either of MIT or Apache-2.0 at your option.
Rust
65.7%
TypeScript
32.0%
Python
1.4%
Perform exact or semantic search across multiple PDFs and text files, with highlights. Local, plug-and-play GUI.
See the code
|
|
WilkesPerform exact or semantic search across multiple PDFs and text files, with highlights. This project aims to provide a plug-and-play, cross-platform solution for local semantic search. |
Docker allows you to run software in isolation from your system.
docker run --rm -p 2000:2000 -v wilkes-data:/data ghcr.io/leonrjg/wilkes:latest
# Now you can visit localhost:2000
If you want to build locally instead:
git clone https://github.com/leonrjg/Wilkes
cd Wilkes
docker compose up
# Now you can visit localhost:2000
You can visit https://demo.wilkes.app to use the app online with your own sample files. The demo is reset every hour.
The app supports multiple engines to maximize model availability:
all-miniLM-L6-v2-onnxe5-small-v2all-miniLM-L6-v2If you have feature requests, feel free to open an issue (or a PR).
Licensed under either of MIT or Apache-2.0 at your option.
Rust
65.7%
TypeScript
32.0%
Python
1.4%