Cosine similarity between two texts (0.0 to 1.0) via bge-m3
Per-row — runs once for each row.
{{ text1 }} SIMILAR_TO {{ text2 }}SIMILAR_TO({{ text1 }}, {{ text2 }})| name | type | description |
|---|---|---|
| text1 | VARCHAR | First text |
| text2 | VARCHAR | Second text |
Similar topics receive a strong cosine similarity score
SELECT
similar_to (
'machine learning algorithms',
'artificial intelligence'
)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)
Cosine similarity between two texts (0.0 to 1.0) via bge-m3
Per-row — runs once for each row.
{{ text1 }} SIMILAR_TO {{ text2 }}SIMILAR_TO({{ text1 }}, {{ text2 }})| name | type | description |
|---|---|---|
| text1 | VARCHAR | First text |
| text2 | VARCHAR | Second text |
Similar topics receive a strong cosine similarity score
SELECT
similar_to (
'machine learning algorithms',
'artificial intelligence'
)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)