LLM-backed address parsing (escape hatch for PARSE_ADDRESS)
Per-row — runs once for each row.
PARSE_ADDRESS_LLM({{ address }})| name | type | description |
|---|---|---|
| address | VARCHAR | — |
LLM escape hatch handles international addresses
SELECT
parse_address_llm ('221B Baker Street, London NW1 6XE, UK')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 address parsing (escape hatch for PARSE_ADDRESS)
Per-row — runs once for each row.
PARSE_ADDRESS_LLM({{ address }})| name | type | description |
|---|---|---|
| address | VARCHAR | — |
LLM escape hatch handles international addresses
SELECT
parse_address_llm ('221B Baker Street, London NW1 6XE, UK')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