Condense individual text into brief summary (scalar, per-row)
Per-row — runs once for each row.
CONDENSE({{ text }})TLDR({{ text }})CONDENSE({{ text }}, '{{ focus }}')TLDR({{ text }}, '{{ focus }}')| name | type | description |
|---|---|---|
| text | VARCHAR | Text to condense |
| focus(optional) | VARCHAR | Optional focus hint (e.g., 'focus on pricing', 'key takeaways only') |
Text condensed
SELECT
semantic_condense (
'This is a very long text that goes on and on with many words and sentences that could be summarized into something much shorter and more concise'
)Finds common ground among texts via centrality + LLM summary
LLM-only consensus (escape hatch for CONSENSUS)
Combine multiple text values into one coherent output
Summarize a group of texts into one concise overview
Extracts URLs from text, fetches with browser, returns summary
Extract N main topics from texts (embed centrality + LLM naming)
Condense individual text into brief summary (scalar, per-row)
Per-row — runs once for each row.
CONDENSE({{ text }})TLDR({{ text }})CONDENSE({{ text }}, '{{ focus }}')TLDR({{ text }}, '{{ focus }}')| name | type | description |
|---|---|---|
| text | VARCHAR | Text to condense |
| focus(optional) | VARCHAR | Optional focus hint (e.g., 'focus on pricing', 'key takeaways only') |
Text condensed
SELECT
semantic_condense (
'This is a very long text that goes on and on with many words and sentences that could be summarized into something much shorter and more concise'
)Finds common ground among texts via centrality + LLM summary
LLM-only consensus (escape hatch for CONSENSUS)
Combine multiple text values into one coherent output
Summarize a group of texts into one concise overview
Extracts URLs from text, fetches with browser, returns summary
Extract N main topics from texts (embed centrality + LLM naming)