Source
"Switch roles to access Document AI" when accessing Document AI in Snowsight
CAUSE: This issue is caused when the database role SNOWFLAKE.DOCUMENT_INTELLIGENCE_CREATOR is not assigned to the current role. SOLUTION: Ensure that all necessary privileges including the database role…
DOCUMENT_AI_USAGE_HISTORY view
Schema:ACCOUNT_USAGE DOCUMENT_AI_USAGE_HISTORY view Decommissioned Feature Document AI and the <model_build_name>!PREDICT method are decommissioned. For more information, see Document AI decommission. The DOCUMENT_AI_USAGE_HISTORY view can…
July 24, 2024 — Document AI release notes
With this release, we are pleased to announce deleting documents in Document AI. You can now delete documents that were not used for training from a Document AI model build.
Parsing documents with AI_PARSE_DOCUMENT
The function extracts text and layout from documents stored on internal or external stages and preserves reading order and structures like tables and headers.
Receiving Error processingErrors":["Received HTTP 403 response for presigned URL. URL may be expired."] when using Document AI PREDICT
Document AI uses a separate internal network to connect to the external storage location and if the external storage location has restrictions on the VNETs for incoming requests, it would fail since since there's not an allow rule for this…
Document Processing Playground
The Document Processing Playground provides a user interface for exploring the AI_EXTRACT and AI_PARSE_DOCUMENT functions. You can upload your own documents from stage, ask questions to extract information using AI_EXTRACT, and preview…
AI_PARSE_DOCUMENT
Returns the extracted content from a document on a Snowflake stage as a JSON - formatted string. This function supports two types of extraction: Optical Character Recognition (OCR) and layout.
CORTEX_DOCUMENT_PROCESSING_USAGE_HISTORY view
It shows pages processed and credits used, aggregated hourly by function and model.
September 24, 2024 — DOCUMENT_AI_USAGE_HISTORY view — General Availability
With this release, we are pleased to announce the general availability of the DOCUMENT_AI_USAGE_HISTORY view in the Account Usage schema, giving you the ability to query the usage history for Document AI.
How to list Document AI builds in an account and change their ownership
FAQ: Run either of the following commands to list out the Document AI builds in the Snowflake account: SHOW SNOWFLAKE.ML.DOCUMENT_INTELLIGENCE IN ACCOUNT; SHOW SNOWFLAKE.ML.DOCUMENT_INTELLIGENCE INSTANCES IN ACCOUNT; In order to change the…