Loading WASM module...
Pre-computed HNSW index packages — plug-and-play RAG cartridges for vROM.js.
Load a vROM to instantly search documentation without embedding anything locally.
tools/vrom_builder.pyCreate vROM packages directly in your browser. Paste text, upload markdown, or fetch HF docs — the builder will chunk, embed, and package an HNSW index.
Chunks sources, embeds with the loaded model, and builds an HNSW index — all in the browser. Load the model first (Engine tab).
For building vROMs from large documentation sets, use the Python builder in tools/vrom_builder.py:
Same HNSW algorithm and JSON schema — output is directly loadable by VectorDB.load(). See vrom-hf-docs for an example.