rag:search
rag family
Search the OO-Brain knowledge corpus (Supabase pgvector). Hybrid retrieval: vector cosine + tsvector BM25 fused with RRF. Returns top-k chunks + a query_id. Always follow with rag:mark to close the quality loop.
- Effect
- ask
- Awaits an outcome — the call returns the response below.
- Caller
- read_corpus
- The class of authority the caller must already hold, decided from the attested context with no round trip.
- Cost
- 1 credits
- What one call costs, so you can budget before acting.
- Reversible
- no
- This cannot be undone. Dry-run it first where the contract allows.
- Idempotent
- yes
- Safe to retry as-is.