LLM-backed phonetic similarity (escape hatch for SOUNDS_LIKE)
Per-row — runs once for each row.
{{ text }} SOUNDS_LIKE_LLM {{ reference }}| name | type | description |
|---|---|---|
| text | VARCHAR | First text |
| reference | VARCHAR | Reference text |
LLM escape hatch: phonetically similar names
SELECT
sounds_like_llm ('Smith', 'Smyth')How strongly text supports a specific message or stance (0.0-1.0)
Check if an image semantically matches a text query (cross-modal)
Cross-modal cosine similarity between an image and a text query
Fuzzy cross-match two string arrays via bge-m3 embeddings
Checks whether two values match under a relationship
Returns TRUE if text semantically matches the criterion (cross-encoder)
LLM-backed phonetic similarity (escape hatch for SOUNDS_LIKE)
Per-row — runs once for each row.
{{ text }} SOUNDS_LIKE_LLM {{ reference }}| name | type | description |
|---|---|---|
| text | VARCHAR | First text |
| reference | VARCHAR | Reference text |
LLM escape hatch: phonetically similar names
SELECT
sounds_like_llm ('Smith', 'Smyth')How strongly text supports a specific message or stance (0.0-1.0)
Check if an image semantically matches a text query (cross-modal)
Cross-modal cosine similarity between an image and a text query
Fuzzy cross-match two string arrays via bge-m3 embeddings
Checks whether two values match under a relationship
Returns TRUE if text semantically matches the criterion (cross-encoder)