Onboarding / WASM Pipeline
Configure
Upload JSON Data
Drop any .json file here, or click to browse
Supports objects, arrays, or nested JSON structures
JSON Preview
WASM Plugin
Select a compiled plugin to assign to this tenant.
Loading…
Drop compiled .wasm here, or click to browse
cargo build --target wasm32-unknown-unknown --release
Run to see output…
Onboard
Calls POST /onboard/{tenant_id} - loads the WASM plugin and verifies it against the data.
-
Tenant ID
-
Plugin
-
Data Items
Ingest Data
Calls POST /ingest/{collection_name} - processes items, generates embeddings, and indexes them for search.