LLM-backed email parsing (escape hatch for PARSE_EMAIL)
Per-row — runs once for each row.
PARSE_EMAIL_LLM({{ raw_email }})| name | type | description |
|---|---|---|
| raw_email | VARCHAR | — |
LLM escape hatch extracts email fields
SELECT
parse_email_llm (
'From: john@example.com
To: jane@example.com
Subject: Hello
This is the body.'
)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 email parsing (escape hatch for PARSE_EMAIL)
Per-row — runs once for each row.
PARSE_EMAIL_LLM({{ raw_email }})| name | type | description |
|---|---|---|
| raw_email | VARCHAR | — |
LLM escape hatch extracts email fields
SELECT
parse_email_llm (
'From: john@example.com
To: jane@example.com
Subject: Hello
This is the body.'
)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