LLM-backed name parsing (escape hatch for PARSE_NAME)
Per-row — runs once for each row.
PARSE_NAME_LLM({{ name }})| name | type | description |
|---|---|---|
| name | VARCHAR | — |
LLM escape hatch parses honorific + full name
SELECT
parse_name_llm ('Dr. John Michael Smith Jr.')Crawl a website and extract structured data from each page (via Firecrawl)
Extract specific information from unstructured text (zero-shot NER)
LLM-backed extraction (escape hatch for EXTRACTS)
Extract structured fields from text per a user-supplied schema
Merge multiple timelines into unified chronological sequence
Extract information from text using natural-language instructions
LLM-backed name parsing (escape hatch for PARSE_NAME)
Per-row — runs once for each row.
PARSE_NAME_LLM({{ name }})| name | type | description |
|---|---|---|
| name | VARCHAR | — |
LLM escape hatch parses honorific + full name
SELECT
parse_name_llm ('Dr. John Michael Smith Jr.')Crawl a website and extract structured data from each page (via Firecrawl)
Extract specific information from unstructured text (zero-shot NER)
LLM-backed extraction (escape hatch for EXTRACTS)
Extract structured fields from text per a user-supplied schema
Merge multiple timelines into unified chronological sequence
Extract information from text using natural-language instructions