Detect subject matter domain for grouping (zero-shot NLI)
Per-row classifier — stable across GROUP BY.
DOMAIN({{ text }}){{ text }} BY DOMAIN| name | type | description |
|---|---|---|
| text | VARCHAR | — |
Database content routed to a domain
SELECT
domain ('SQL query optimization techniques')Health content routed to a domain
SELECT
domain ('Aspirin reduces inflammation')Identify target audience via zero-shot NLI
LLM-backed audience identification (escape hatch for AUDIENCE)
Assess authenticity of content via zero-shot NLI
LLM-backed authenticity assessment (escape hatch for AUTHENTICITY)
Classify text into user-specified buckets via zero-shot NLI
LLM-backed bucketing (escape hatch for BUCKET)
Detect subject matter domain for grouping (zero-shot NLI)
Per-row classifier — stable across GROUP BY.
DOMAIN({{ text }}){{ text }} BY DOMAIN| name | type | description |
|---|---|---|
| text | VARCHAR | — |
Database content routed to a domain
SELECT
domain ('SQL query optimization techniques')Health content routed to a domain
SELECT
domain ('Aspirin reduces inflammation')Identify target audience via zero-shot NLI
LLM-backed audience identification (escape hatch for AUDIENCE)
Assess authenticity of content via zero-shot NLI
LLM-backed authenticity assessment (escape hatch for AUTHENTICITY)
Classify text into user-specified buckets via zero-shot NLI
LLM-backed bucketing (escape hatch for BUCKET)