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 中的 Document AI 模型以及 Snowflake Model Registry。
变更后¶
从文档中提取数据的工作流程如下:
您可以使用 AI_EXTRACT 函数来定义提取值并从文档中提取信息。您不再在 Document AI UI 中创建模型构建。
以前,您必须完成涉及创建模型构建的三步工作流程,但现在此过程已简化为一个步骤,即使用 AI_EXTRACT 函数。
备注
如果您已将模型迁移至 Snowflake Model Registry(请参阅 需要采取的操作),则此前创建和/或在 Document AI UI 进行微调的模型均可在其中查看。
您可以使用微调后的模型进行推理,但不能对新版本的模型进行微调。
重要
AI_EXTRACT 使用基于令牌的计费。有关更多信息,请参阅 Snowflake 服务消耗表。
需要采取的操作¶
要继续对您在 Document AI 中创建的现有模型运行推理,您必须在 2026 年 3 月 16 日 之前完成以下步骤:
将现有的 Document AI 模型(已发布和已训练)迁移到 Snowflake Model Registry。Document AI UI 显示提示时,要将现有模型集成到模型注册表中,请按照集成横幅上的说明进行操作。
更新提取管道,使用 AI_EXTRACT 函数来对 Document AI 旧版模型进行推理。
这确保了生产环境中推理过程的持续性。有关通过旧版本 Document AI 模型使用 AI_EXTRACT 的更多信息,请参阅 AI_EXTRACT(Document AI 旧模型)。
推荐:要继续使用 Document AI 数据,请将所有现有的 Document AI 模型构建(包含文档、提示和注释)导出到目标内部暂存区。
变更日志¶
更新 |
日期 |
|---|---|
初次发布 |
2025 年 11 月 21 日 |
更新了停用日期。 |
2025 年 2 月 20 日 |
参考:2156