QuestionQ2

Snowflake Gen AI & LLM Functions

A Gen AI Specialist must prepare long documents for LLM ingestion.

Which Snowflake Cortex function supports this requirement by returning an array of text chunks?

  • A EMBED_TEXT_768
  • B FINETUNE
  • C PARSE_DOCUMENT
  • D SPLIT_TEXT_RECURSIVE_CHARACTER
Explanation

SNOWFLAKE.CORTEX.SPLIT_TEXT_RECURSIVE_CHARACTER recursively splits text for embedding or search-indexing preprocessing and returns an array of strings containing the extracted text chunks.

Learn more

Community Discussion

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