Extract topics from text collection and assign each text to a topic
Per-row classifier — stable across GROUP BY.
TOPICS({{ text }})TOPICS({{ text }}, {{ num_topics }})TOPICS({{ text }}, {{ num_topics }}, '{{ focus }}'){{ text }} TOPICS {{ num_topics }}{{ text }} TOPICS INTO {{ num_topics }}| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| num_topics | INTEGER | — |
| focus | VARCHAR | — |
Topics extracted
SELECT
topics ('Machine learning and neural networks')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)
Extract topics from text collection and assign each text to a topic
Per-row classifier — stable across GROUP BY.
TOPICS({{ text }})TOPICS({{ text }}, {{ num_topics }})TOPICS({{ text }}, {{ num_topics }}, '{{ focus }}'){{ text }} TOPICS {{ num_topics }}{{ text }} TOPICS INTO {{ num_topics }}| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| num_topics | INTEGER | — |
| focus | VARCHAR | — |
Topics extracted
SELECT
topics ('Machine learning and neural networks')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)