File size: 909 Bytes
c9caea7 cc5fe98 c9caea7 cc5fe98 c9caea7 cc5fe98 c9caea7 cc5fe98 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ---
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:
- email
---
# π§© 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')`
|