The data path — from a question to an answer with proof
- 01
Question
userquestionPII maskedIt starts with the user's question. PII is masked before anything leaves the box.
- 02
Local embeddings
questionBGE-M3 · 1024-dimvectorson-premBGE-M3 computes 1024-dim vectors locally. Retrieval never leaves for the cloud — data stays put.
- 03
OpenClaw router
vectors + questionOpenClaw routermodeltier: small→flagshipThe router is the only entry to the models. It picks the cheapest tier that fits, throttles and logs.
- 04
Answer with proof
modelgrounding + citationsanswer✓ sourcesThe answer returns with source citations. If retrieval is too weak — escalate to a human, never hallucinate.