Extract (head, type, tail) relation triples from text
Per-row — runs once for each row.
RELATIONS({{ text }})| name | type | description |
|---|---|---|
| text | VARCHAR | — |
Basic triple extraction (Microsoft should appear in the triples)
SELECT
relations ('Bill Gates founded Microsoft in 1975.')Headquarters relation extraction
SELECT
relations (
'Apple Inc. is headquartered in Cupertino, California.'
)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
Extract (head, type, tail) relation triples from text
Per-row — runs once for each row.
RELATIONS({{ text }})| name | type | description |
|---|---|---|
| text | VARCHAR | — |
Basic triple extraction (Microsoft should appear in the triples)
SELECT
relations ('Bill Gates founded Microsoft in 1975.')Headquarters relation extraction
SELECT
relations (
'Apple Inc. is headquartered in Cupertino, California.'
)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