| title: "π§© vROM Hub" | |
| emoji: π§© | |
| colorFrom: purple | |
| colorTo: blue | |
| sdk: gradio | |
| sdk_version: "6.13.0" | |
| app_file: app.py | |
| pinned: true | |
| hf_oauth: true | |
| hf_oauth_scopes: | |
| # π§© vROM Hub | |
| Browse, submit, and manage [vROM](https://github.com/philsupertramp/vecdb-wasm) packages β pre-computed vector knowledge bases for in-browser semantic search. | |
| ## Features | |
| - **π Browse** β View all published vROMs in the registry | |
| - **β Submit** β Request a new vROM from documentation URLs | |
| - **π Admin** β Approve/reject submissions, trigger builds | |
| ## How it works | |
| 1. **Submit** documentation URLs via the form | |
| 2. An **admin reviews** and approves the request | |
| 3. The backend **chunks β embeds β builds HNSW** index | |
| 4. The vROM is **published** to the [registry](https://huggingface.co/datasets/philipp-zettl/vrom-registry) | |
| 5. Load it in the browser: `await memory.mount('your-vrom-id')` | |