Cross-modal cosine similarity between an image and a text query
Per-row — runs once for each row.
IMAGE_SIMILARITY({{ image }}, '{{ query }}')| name | type | description |
|---|---|---|
| image | VARCHAR | — |
| query | VARCHAR | — |
How strongly text supports a specific message or stance (0.0-1.0)
Check if an image semantically matches a text query (cross-modal)
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)
Cross-modal cosine similarity between an image and a text query
Per-row — runs once for each row.
IMAGE_SIMILARITY({{ image }}, '{{ query }}')| name | type | description |
|---|---|---|
| image | VARCHAR | — |
| query | VARCHAR | — |
How strongly text supports a specific message or stance (0.0-1.0)
Check if an image semantically matches a text query (cross-modal)
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)