Transformers running in your browser

Three transformer models, downloaded once and executed in this tab via WebAssembly. Semantic similarity, cross-encoder reranking, and keyword vs semantic search. No server, no API key, and nothing you type leaves your machine.

Everything on this page runs client-side. The model is all-MiniLM-L6-v2 quantised to int8, executed by Kjarni compiled to WebAssembly with SIMD.

There is no inference server behind this page. Open your network tab: after the initial model download, ranking a query makes zero requests.

1 · Load the model into your browser

all-MiniLM-L6-v2, quantised to int8 — 23 MB. It downloads once and runs entirely on this page. Nothing you type is sent anywhere.