Document AI decommission¶
Snowflake is decommissioning the Document AI UI experience and
the <model_build_name>!PREDICT method, and transitioning to the AI_EXTRACT
function for document extraction, which is a next-generation document extraction solution powered by the arctic-extract model. This model offers better
scalability and accuracy, faster inference, and enhanced features such as longer output token limits and the ability to extract entities, lists, and tables
in a single API call.
중요
The Document AI UI and the <model_build_name>!PREDICT method were decommissioned on March 16th, 2026.
After the decommission you no longer have access to your existing model builds in the Document AI UI. The Document AI UI and the
<model_build_name>!PREDICT method are not accessible after the decommission date, and existing Document AI models that
were not migrated to the Snowflake Model Registry are not available for inference after the decommission date.
동작 변경 사항¶
변경 전¶
문서에서 데이터를 추출하는 워크플로는 다음과 같습니다.
모델 빌드를 만듭니다.
전용 Document AI UI에서 모델 빌드를 만듭니다. 여기서 문서를 업로드하고, 추출 값을 정의하고, 모델이 제공하는 답변을 확인합니다.
선택 사항: 개인 키가 암호화된 경우 암호 구문을 설정하려면 개인 키 암호 구문에 대한 환경 변수를 설정합니다. 모델을 미세 조정합니다.
Snowflake Arctic-TILT 모델에서 제공한 결과가 만족스럽지 않은 경우 Document AI UI에서 모델을 미세 조정할 수 있습니다.
추론을 실행합니다.
You use the
<model_build_name>!PREDICTmethod and the model build created in the Document AI UI to extract information from documents.
참고
Document AI UI 및 Snowflake Model Registry에서 Document AI 모델을 볼 수 있습니다.
변경 후¶
문서에서 데이터를 추출하는 워크플로는 다음과 같습니다.
AI_EXTRACT 함수를 사용하여 추출할 값을 정의하고 문서에서 정보를 추출합니다. 더 이상 Document AI UI에서 모델 빌드를 만들지 않습니다.
이전에는 모델 빌드 생성과 관련된 3단계 워크플로를 완료해야 했지만, 이제는 AI_EXTRACT 함수를 사용하는 1단계 프로세스로 간소화되었습니다.
참고
Document AI UI에서 이전에 생성 및/또는 미세 조정된 모델은 마이그레이션한 경우 Snowflake Model Registry에서 볼 수 있습니다(작업 필요 참조).
미세 조정된 모델을 추론에 사용할 수 있지만, 모델의 새 버전을 미세 조정할 수는 없습니다.
중요
AI_EXTRACT는 토큰 기반 청구를 사용합니다. 자세한 내용은 Snowflake 서비스 사용 테이블 을 참조하십시오.
작업 필요¶
Document AI 에서 생성한 기존 모델에서 추론을 계속 실행하려면 2026년 3월 16일 전에 다음 단계를 완료해야 합니다.
기존 Document AI 모델(게시된 모델 및 학습된 모델 모두)을 Snowflake Model Registry로 마이그레이션합니다. Document AI UI에 기존 모델을 Model Registry에 통합하라는 메시지가 표시되면 통합 배너의 지침을 따릅니다.
AI_EXTRACT 함수를 사용하여 Document AI 레거시 모델을 추론하도록 추출 파이프라인을 업데이트합니다.
이를 통해 프로덕션에서 중단 없이 추론할 수 있습니다. 레거시 Document AI 모델에 AI_EXTRACT를 사용하는 방법에 대한 자세한 내용은 AI_EXTRACT(Document AI 레거시 모델) 섹션을 참조하세요.
권장: Document AI 데이터를 계속 사용하려면 기존 Document AI 모델 빌드(문서, 프롬프트, 주석 포함)를 모두 대상 내부 스테이지로 내보냅니다.
변경 로그¶
업데이트 |
날짜 |
|---|---|
초기 게시 |
2025년 11월 21일 |
폐기 날짜를 업데이트했습니다. |
2026년 2월 20일 |
참조: 2156