QuestionQ39

Snowflake Document AI

A Gen AI Specialist is designing a Gen AI-powered data pipeline in Snowflake that must meet these requirements:

  • Download PDFs from a website every hour.
  • Load the PDFs into an internal stage.
  • Extract text from the PDFs and load that text into a Snowflake table.
  • Use prompt engineering to generate an opinion on the text based on a given persona.
  • Automate the pipeline for maximum efficiency.

Which Snowflake features are required to create this data pipeline with stored procedures?

Choose three
  • A Snowpipe
  • B Streams and tasks
  • C External access integration
  • D Cortex SENTIMENT function
  • E Cortex TRY_COMPLETE function
  • F Dynamic tables using incremental refreshes
Explanation

An external access integration authorizes a procedure handler to access the external website. Tasks schedule and run stored procedures, while streams can support pipeline processing of newly produced data. SNOWFLAKE.CORTEX.TRY_COMPLETE generates a completion from a supplied prompt, so the prompt can include the required persona and source text to produce the opinion.

Learn more

Community Discussion

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