Persistent storage, GPU embeddings & active redaction
Disabled
What the bridge adds
Semantic search!Without bridge — browser WASM, single-threaded, ~23 MB model download. With bridge — native ONNX, optional CUDA/CoreML, faster on large document sets.Browser WASM · faster with bridge GPU
WASM
Persistent storage!Without bridge — OPFS, survives cache clears but wiped by "Delete site data". With bridge — sqlite-vec on disk, survives reinstalls and OS-level cache clears.
Session only
Browser vector store
Connection
Start the bridge first
1pnpm bridgeor node bridge/server.js
2Open this app in your browser — it connects automatically.
First run downloads the embedding model (~22 MB, cached after that).