Check if an image semantically matches a text query (cross-modal)
Per-row — runs once for each row.
IMAGE_MATCHES({{ image }}, '{{ query }}'){{ image }} IMAGE_MATCHES '{{ query }}'| name | type | description |
|---|---|---|
| image | VARCHAR | — |
| query | VARCHAR | — |
| threshold(optional) | DOUBLE | — |
How strongly text supports a specific message or stance (0.0-1.0)
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 boolean match (escape hatch for MEANS when encoder-based matching is insufficient)
Check if an image semantically matches a text query (cross-modal)
Per-row — runs once for each row.
IMAGE_MATCHES({{ image }}, '{{ query }}'){{ image }} IMAGE_MATCHES '{{ query }}'| name | type | description |
|---|---|---|
| image | VARCHAR | — |
| query | VARCHAR | — |
| threshold(optional) | DOUBLE | — |
How strongly text supports a specific message or stance (0.0-1.0)
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 boolean match (escape hatch for MEANS when encoder-based matching is insufficient)