Extracts URLs from text, fetches with browser, returns summary
Per-row — runs once for each row.
SUMMARIZE_URLS({{ text }})URL_SUMMARY({{ text }})| name | type | description |
|---|---|---|
| text | VARCHAR | — |
Condense individual text into brief summary (scalar, per-row)
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
Extract N main topics from texts (embed centrality + LLM naming)
Extracts URLs from text, fetches with browser, returns summary
Per-row — runs once for each row.
SUMMARIZE_URLS({{ text }})URL_SUMMARY({{ text }})| name | type | description |
|---|---|---|
| text | VARCHAR | — |
Condense individual text into brief summary (scalar, per-row)
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
Extract N main topics from texts (embed centrality + LLM naming)