Sep 25, 2025: FILE data type (General availability)¶
The FILE data type enables multimodal Cortex AI Functions workflows with unstructured data stored on internal or external stages. FILE values provide a way to reference files without encapsulating the actual file content. FILE objects let you:
Store references to files in tables and pass them to Cortex AI Functions like AI_COMPLETE, AI_CLASSIFY, AI_EXTRACT, AI_PARSE_DOCUMENT, and AI_TRANSCRIBE for automated multimodal processing workflows.
파일 데이터 중복을 방지하며 참조로 FILE 값을 생성 및 전달하여 보다 효율적으로 처리합니다.
DIRECTORY 함수를 TO_FILE과 결합하여 기존 데이터 아키텍처와 통합하고 일괄 처리를 위한 전체 파일 컬렉션에 대한 FILE 참조를 생성합니다.
자세한 내용은 FILE 데이터 타입 및 :doc:`TO_FILE 함수</sql-reference/functions/to_file>`를 참조하세요.