Extract vibe categories from a text collection and assign each text to one
Per-row classifier — stable across GROUP BY.
VIBES({{ text }})VIBES({{ text }}, {{ num_vibes }})VIBES({{ text }}, {{ num_vibes }}, '{{ focus }}'){{ text }} VIBES {{ num_vibes }}{{ text }} VIBES INTO {{ num_vibes }}| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| num_vibes | INTEGER | — |
| focus | VARCHAR | — |
Vibe extracted
SELECT
vibes ('This is giving main character energy')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 vibe categories from a text collection and assign each text to one
Per-row classifier — stable across GROUP BY.
VIBES({{ text }})VIBES({{ text }}, {{ num_vibes }})VIBES({{ text }}, {{ num_vibes }}, '{{ focus }}'){{ text }} VIBES {{ num_vibes }}{{ text }} VIBES INTO {{ num_vibes }}| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| num_vibes | INTEGER | — |
| focus | VARCHAR | — |
Vibe extracted
SELECT
vibes ('This is giving main character energy')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)