QuestionQ44

Snowflake Gen AI & LLM Functions

This use case retrieves auto-part details from two data systems:

Question Image

Which query compares the part descriptions across the two data sources?

  • A
  • B
  • C
  • D
Explanation

VECTOR_COSINE_SIMILARITY accepts vector values, not raw text. SNOWFLAKE.CORTEX.EMBED_TEXT_768 produces a 768-dimensional VECTOR from each part description, so the embedded descriptions can be compared after matching records on part_id.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!