Skip to content

Commit 6af4aa5

Browse files
Merge pull request #216 from Varsha-Parthasarathy/main
Custom Generative Region Update
2 parents 8cfe2b0 + 38e0b98 commit 6af4aa5

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

articles/ai-services/document-intelligence/concept-custom-generative.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ monikerRange: '>=doc-intel-4.0.0'
1818
> * Document Intelligence public preview releases provide early access to features that are in active development. Features, approaches, and processes may change, prior to General Availability (GA), based on user feedback.
1919
> * The public preview version of Document Intelligence client libraries default to REST API version [**2024-07-31-preview**](/rest/api/aiservices/operation-groups?view=rest-aiservices-2024-07-31-preview&preserve-view=true) and is currently only available in the following Azure regions.
2020
> * **East US**
21-
> * **West US2**
22-
> * **West Europe**
2321
> * **North Central US**
24-
>
25-
> * **The new custom generative model in AI Studio is only available in the North Central US region**:
2622
2723
The document field extraction (custom generative AI) model utilizes generative AI to extract user-specified fields from documents across a wide variety of visual templates. The custom generative AI model combines the power of document understanding with Large Language Models (LLMs) and the rigor and schema from custom extraction capabilities to create a model with high accuracy in minutes. With this generative model type, you can start with a single document and go through the schema addition and model creation process with minimal labeling. The custom generative model allows developers and enterprises to easily automate data extraction workflows with greater accuracy and speed for any type of document. The custom generative AI model excels in extracting simple fields from documents without labeled samples. However, providing a few labeled samples improves the extraction accuracy for complex fields and user-defined fields like tables. You can use the [REST API](/rest/api/aiservices/operation-groups?view=rest-aiservices-2024-07-31-preview&preserve-view=true) or client libraries to submit a document for analysis with a model build and use the custom generative process.
2824

@@ -76,7 +72,7 @@ Field extraction custom generative model `2024-07-31-preview` version supports t
7672

7773
## Region support
7874

79-
Field extraction custom generative model `2024-07-31-preview` version is only available in `North Central US`.  
75+
Field extraction custom generative model `2024-07-31-preview` version is only available in 'East US' and `North Central US`.  
8076

8177
## Input requirements
8278

articles/ai-services/document-intelligence/how-to-guides/build-train-custom-generative-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Once you have your Azure blob storage containers, upload your training data to y
6565

6666
## Azure AI Studio
6767

68-
1. Navigate to the [Azure AI Studio](https://ai.azure.com/?tid=72f988bf-86f1-41af-91ab-2d7cd011db47). The first time you use the Studio, you need to [initialize your subscription and create a hub](../../../ai-studio/how-to/create-azure-ai-resource.md) before creating a project. Custom generative models are only available in North Central US in preview. Ensure your resource group is set to North Central US during hub creation.
68+
1. Navigate to the [Azure AI Studio](https://ai.azure.com/?tid=72f988bf-86f1-41af-91ab-2d7cd011db47). The first time you use the Studio, you need to [initialize your subscription and create a hub](../../../ai-studio/how-to/create-azure-ai-resource.md) before creating a project. Custom generative models are only available in East US and North Central US in preview. Ensure your resource group is set to East US or North Central US during hub creation.
6969

7070
1. Select the Vision + Document tile.
7171

0 commit comments

Comments
 (0)