Skip to content

Commit f7d07ff

Browse files
committed
Merge branch 'main' of https://github.com/seesharprun/azure-docs-pr into cosmos-ttl-gary-hope
2 parents 709b27d + af370ee commit f7d07ff

File tree

50 files changed

+980
-469
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+980
-469
lines changed

articles/ai-services/document-intelligence/concept-read.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: Extract print and handwritten text from scanned and digital documen
55
author: laujan
66
manager: nitinme
77
ms.service: azure-ai-document-intelligence
8-
ms.custom:
9-
- ignite-2023
108
ms.topic: conceptual
119
ms.date: 08/07/2024
1210
ms.author: lajanuar
@@ -122,7 +120,7 @@ The searchable PDF capability enables you to convert an analog PDF, such as scan
122120
> [!IMPORTANT]
123121
>
124122
> * Currently, the searchable PDF capability is only supported by Read OCR model `prebuilt-read`. When using this feature, please specify the `modelId` as `prebuilt-read`, as other model types will return error for this preview version.
125-
> * Searchable PDF is included with the 2024-07-31-preview `prebuilt-read` model with no usage cost for general PDF consumption.
123+
> * Searchable PDF is included with the 2024-07-31-preview `prebuilt-read` model with no additional cost for generating a searchable PDF output.
126124
127125
### Use searchable PDF
128126

@@ -135,7 +133,7 @@ POST /documentModels/prebuilt-read:analyze?output=pdf
135133
202
136134
```
137135

138-
Once the `Analyze` operation is complete, make a `GET` request to retrieve the `Analyze` operation results.
136+
Poll for completion of the `Analyze` operation. Once the operation is complete, issue a `GET` request to retrieve the PDF format of the `Analyze` operation results.
139137

140138
Upon successful completion, the PDF can be retrieved and downloaded as `application/pdf`. This operation allows direct downloading of the embedded text form of PDF instead of Base64-encoded JSON.
141139

articles/ai-services/document-intelligence/faq.yml

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
ms.service: azure-ai-document-intelligence
88
ms.custom: references_regions
99
ms.topic: faq
10-
ms.date: 07/09/2024
10+
ms.date: 08/08/2024
1111
ms.author: lajanuar
1212
title: Frequently asked questions
1313
summary: |
@@ -52,22 +52,23 @@ sections:
5252
answer: |
5353
**Yes.**
5454
55-
You can use a document generative AI solution to chat with your documents, generate captivating content from those documents, and access Azure OpenAI Service models on your data.
55+
Document Intelligence now includes [custom generative](concept-custom.md) a new type of extraction model that uses Generative AI and large language models (LLMs) to extract fields from documents. In the past, you used a RAG (retrieval augmented generation) pattern to extract fields. The new model provides high quality results with a single API call.
56+
You can also use a document generative AI solution to chat with your documents (RAG), generate captivating content from those documents, and access Azure OpenAI Service models on your data.
5657
57-
- With Azure AI Document Intelligence and Azure OpenAI combined, you can build an enterprise application to seamlessly interact with your documents by using natural languages. You can easily find answers, gain valuable insights, and generate new and engaging content from existing documents.
58+
- With Azure AI Document Intelligence and Azure OpenAI combined, you can build an enterprise application to seamlessly interact with your documents using natural language. You can easily find answers, gain valuable insights, and generate new and engaging content from existing documents.
5859
59-
- You can find more details in the [technical community blog](https://techcommunity.microsoft.com/t5/azure-ai-services-blog/document-generative-ai-the-power-of-azure-ai-document/ba-p/3875015).
60+
- You can find more details on the [retrieval augmented generation pattern here](concept-retrieval-augmented-generation.md).
6061
6162
- question: |
6263
Can Document Intelligence help with semantic chunking within documents for retrieval-augmented generation?
6364
answer: |
6465
**Yes.**
6566
66-
Document Intelligence can provide the building blocks to enable semantic chunking. Semantic chunking is a key step in retrieval-augmented generation (RAG) to ensure its efficient storage and retrieval.
67+
Document Intelligence can provide the building blocks to enable semantic chunking. Semantic chunking is a key step in retrieval-augmented generation (RAG) to ensure context dense chunks and relevance improvement.
6768
68-
- Document Intelligence provides a layout model that segments documents into coherent units based on their semantic content.
69+
- Document Intelligence provides a layout model that provides a visual decomposition of the document into lines, paragraphs, sections, headers, and footers.
6970
70-
- You can then export the obtained information to Markdown format, so that you can customize your semantic segmentation strategy based on the available building blocks.
71+
- You can then choose to retrieve the results in markdown format, to further chunk the document on section or paragraph boundaries.
7172
7273
For more information, see [overview of RAG in Document Intelligence](concept-retrieval-augmented-generation.md)
7374
@@ -288,11 +289,17 @@ sections:
288289
The copy operation is limited to copying models within the specific cloud environment where you trained the model. For instance, copying models from the public cloud to the Azure Government cloud isn't supported.
289290
290291
- question: |
291-
Am I charged when training a custom neural model?
292+
Am I charged when training a custom models?
292293
answer: |
293-
**Yes for the first 10 hours only.**
294+
**Yes**
294295
295-
If training hours exceed 10 hours, charges are incurred for further custom neural model training.
296+
Although training is free for all custom generative and custom template models, creating the training dataset for all models requires running the Layout model on the training documents. Customers are responsible for this cost.
297+
298+
Custom generative models also rely on the auto label feature to speed up the generation of the labeled dataset. There's a cost associated with this action. While the build operation for template and generative models is free, creating the labeled dataset can result in some minimal costs.
299+
300+
Custom neural models have a limit on the number of models/the amount of time that models can be trained for free. The first 10 hours of training are free. If training a single model for longer than 10 hours or training multiple models that exceed the 10 hour limit, you need to enable paid training by setting a training budget. See [training a custom neural model](concept-custom-neural.md) for details.
301+
302+
For v3.0 or v3.1 models the paid training tier only applies to added models, the training time per model isn't configurable.
296303
297304
- name: Storage account
298305
questions:

articles/ai-services/document-intelligence/whats-new.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@ The Document Intelligence [**2024-07-31-preview**](/rest/api/aiservices/document
3737
* **West Europe**
3838
* **North Central US**
3939

40-
* [Read model](concept-read.md) now supports [PDF output](concept-read.md#searchable-pdf) to download PDFs with embedded text from extraction results, allowing for PDF to be utilized in scenarios such as search and large language model ingestion.
41-
* [Layout model](concept-layout.md) now supports improved [figure detection](concept-layout.md#figures) where figures from documents can now be downloaded as an image file to be used for further figure understanding.
42-
* [Custom extraction models](concept-custom.md#custom-extraction-models)
43-
* Custom extraction models now support updating the model in-place.
44-
* [🆕 Custom generative (Document field extraction) model](concept-custom-generative.md)
45-
* Document Intelligence now offers new custom generative model that utilizes generative AI to extract fields from unstructured documents or structured forms with a wide variety of visual templates.
40+
* [🆕 Document field extraction (custom generative) model](concept-custom-generative.md)
41+
* Use **Generative AI** to extract fields from documents and forms. Document Intelligence now offers a new document field extraction model that utilizes large language models (LLMs) to extract fields from unstructured documents or structured forms with a wide variety of visual templates. With grounded values and confidence scores, the new Generative AI based extraction fits into your existing processes.
42+
* [🆕 Model compose with custom classifiers](concept-composed-models.md)
43+
* Document Intelligence now adds support for composing model with an explicit custom classification model. [Learn more about the benefits](concept-composed-models.md) of using the new compose capability.
4644
* [Custom classification model](concept-custom.md#custom-classification-model)
4745
* Custom classification model now supports updating the model in-place as well.
4846
* Custom classification model adds support for model copy operation to enable backup and disaster recovery.
@@ -58,12 +56,14 @@ The Document Intelligence [**2024-07-31-preview**](/rest/api/aiservices/document
5856
* New prebuilt to extract account information including beginning and ending balances, transaction details from bank statements.​
5957
* [🆕 US Tax model](concept-tax-document.md)
6058
* New unified US tax model that can extract from forms such as W-2, 1098, 1099, and 1040.
59+
* 🆕 Searchable PDF. The [prebuilt read](concept-read.md) model now supports [PDF output](concept-read.md#searchable-pdf) to download PDFs with embedded text from extraction results, allowing for PDF to be utilized in scenarios such as search copy of contents.
60+
* [Layout model](concept-layout.md) now supports improved [figure detection](concept-layout.md#figures) where figures from documents can now be downloaded as an image file to be used for further figure understanding. The layout model also features improvements to the OCR model for scanned text targeting improvements for single characters, boxed text, and dense text documents.
61+
* [🆕 Batch API](concept-batch-analysis.md)
62+
* Document Intelligence now adds support for batch analysis operation to support analyzing a set of documents to simplify developer experience and improve efficiency.
6163
* [Add-on capabilities](concept-add-on-capabilities.md)
6264
* [Query fields](concept-add-on-capabilities.md#query-fields) AI quality of extraction is improved with the latest model.
63-
* [🆕 Batch API](concept-batch-analysis.md)
64-
* Document Intelligence now adds support for batch analysis operation to support analyzing a set of documents to simplify developer experience and improve service efficiency.
65-
* [🆕 Model compose with custom classifiers](concept-composed-models.md)
66-
* Document Intelligence now adds support for composing model with an explicit custom classification model.
65+
66+
6767

6868
## May 2024
6969

articles/ai-studio/how-to/configure-managed-network.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ You need to configure following network isolation configurations.
2727
- Create private endpoint outbound rules to your private Azure resources. Private Azure AI Search isn't supported yet.
2828
- If you use Visual Studio Code integration with allow only approved outbound mode, create FQDN outbound rules described in the [use Visual Studio Code](#scenario-use-visual-studio-code) section.
2929
- If you use HuggingFace models in Models with allow only approved outbound mode, create FQDN outbound rules described in the [use HuggingFace models](#scenario-use-huggingface-models) section.
30+
- If you use one of the open-source models with allow only approved outbound mode, create FQDN outbound rules described in the [curated by Azure AI](#scenario-curated-by-azure-ai) section.
3031

3132
## Network isolation architecture and isolation modes
3233

@@ -759,6 +760,18 @@ If you plan to use __HuggingFace models__ with the hub, add outbound _FQDN_ rule
759760
* cnd.auth0.com
760761
* cdn-lfs.huggingface.co
761762

763+
### Scenario: Curated by Azure AI
764+
765+
These models involve dynamic installation of dependencies at runtime, and reequire outbound _FQDN_ rules to allow traffic to the following hosts:
766+
767+
*.anaconda.org
768+
*.anaconda.com
769+
anaconda.com
770+
pypi.org
771+
*.pythonhosted.org
772+
*.pytorch.org
773+
pytorch.org
774+
762775
## Private endpoints
763776

764777
Private endpoints are currently supported for the following Azure services:

articles/ai-studio/how-to/deploy-models-cohere-rerank.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ To create a deployment:
9292
1. Alternatively, you can initiate a deployment by starting from your project in AI Studio.
9393

9494
1. From the left sidebar of your project, select **Components** > **Deployments**.
95-
1. Select **+ Create deployment**.
95+
1. Select **+ Deploy model**.
9696
1. Search for and select **Cohere-rerank-3-english**. to open the Model Details page.
9797
1. Select **Confirm** to open a serverless API deployment window for the model.
9898

articles/ai-studio/how-to/deploy-models-openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Alternatively, you can initiate deployment by starting from your project in AI S
4848

4949
1. Go to your project in AI Studio.
5050
1. Select **Components** > **Deployments**.
51-
1. Select **+ Create deployment**.
51+
1. Select **+ Deploy model**.
5252
1. In the **Collections** filter, select **Azure OpenAI**.
5353
1. Select a model such as `gpt-4` from the Azure OpenAI collection.
5454
1. Select **Confirm** to open the deployment window.

articles/ai-studio/how-to/deploy-models-serverless-availability.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ Certain models in the model catalog can be deployed as a serverless API with pay
2424

2525
## Region availability
2626

27-
[!INCLUDE [region-availabilitity-serverless-api](~/reusable-content/ce-skilling/azure/includes/ai-studio/includes/region-availabilitity-serverless-api.md)]
27+
Pay-as-you-go billing is available only to users whose Azure subscription belongs to a billing account in a country where the model provider has made the offer available (see "offer availability region" in the table in the next section). If the offer is available in the relevant region, the user then must have a Hub/Project in the Azure region where the model is available for deployment or fine-tuning, as applicable (see "Hub/Project Region" columns in the following tables).
28+
29+
[!INCLUDE [region-availability-maas](../includes/region-availability-maas.md)]
30+
2831

2932
## Alternatives to region availability
3033

articles/ai-studio/how-to/deploy-models-timegen-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ These steps demonstrate the deployment of TimeGEN-1. To create a deployment:
9292
1. Select **Deploy** to open a serverless API deployment window for the model.
9393
1. Alternatively, you can initiate a deployment by starting from your project in AI Studio.
9494
1. From the left sidebar of your project, select **Components** > **Deployments**.
95-
1. Select **+ Create deployment**.
95+
1. Select **+ Deploy model**.
9696
1. Search for and select **TimeGEN-1**. to open the Model's Details page.
9797
1. Select **Confirm** to open a serverless API deployment window for the model.
9898
1. Select the project in which you want to deploy your model. To deploy the TimeGEN-1 model, your project must be in one of the regions listed in the [Prerequisites](#prerequisites) section.

articles/ai-studio/how-to/model-catalog-overview.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -143,26 +143,7 @@ In Azure AI Studio, you can use vector indexes and retrieval-augmented generatio
143143

144144
### Regional availability of offers and models
145145

146-
Pay-as-you-go billing is available only if your Azure subscription belongs to a billing account in a country where the model provider has made the offer available. If the offer is available in the relevant region, you must have a hub or project in the Azure region where the model is available for deployment or fine-tuning, as applicable.
147-
148-
<!-- docutune:disable -->
149-
150-
Model | Offer availability region | Hub/Project region for deployment | Hub/project region for fine-tuning
151-
--|--|--|--
152-
Llama-3-70B-Instruct <br> Llama-3-8B-Instruct | [Microsoft-managed countries/regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) | East US, East US 2, North Central US, South Central US, Sweden Central, West US, West US 3 | Not available
153-
Llama-2-7b <br> Llama-2-13b <br> Llama-2-70b | [Microsoft-managed countries/regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) | East US, East US 2, North Central US, South Central US, West US, West US 3 | West US 3
154-
Llama-2-7b-chat <br> Llama-2-13b-chat <br> Llama-2-70b-chat | [Microsoft-managed countries/regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) | East US, East US 2, North Central US, South Central US, West US, West US 3 | Not available
155-
Mistral Small | [Microsoft-managed countries/regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) | East US, East US 2, North Central US, South Central US, Sweden Central, West US, West US 3 | Not available
156-
Mistral Large (2402) <br> Mistral-Large (2407) | [Microsoft-managed countries/regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) <br> Brazil <br> Hong Kong <br> Israel| East US, East US 2, North Central US, South Central US, Sweden Central, West US, West US 3 | Not available
157-
Mistral NeMo | [Microsoft-managed countries/regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) <br> Brazil <br> Hong Kong <br> Israel| East US, East US 2, North Central US, South Central US, Sweden Central, West US, West US 3 | Not available
158-
Cohere-command-r-plus <br> Cohere-command-r <br> Cohere-embed-v3-english <br> Cohere-embed-v3-multilingual | [Microsoft-managed countries/regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) <br> Japan | East US, East US 2, North Central US, South Central US, Sweden Central, West US, West US 3 | Not available
159-
TimeGEN-1 | [Microsoft-managed countries/regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) <br> Mexico <br> Israel| East US, East US 2, North Central US, South Central US, Sweden Central, West US, West US 3 | Not available
160-
jais-30b-chat | [Microsoft-managed countries/regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) | East US, East US 2, North Central US, South Central US, Sweden Central, West US, West US 3 | Not available
161-
Phi-3-mini-4k-instruct <br> Phi-3-mini-128k-instruct | [Microsoft-managed countries/regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) | East US 2, Sweden Central | Not available
162-
Phi-3-small-8k-instruct <br> Phi-3-small-128k-Instruct | [Microsoft-managed countries/regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) | East US 2, Sweden Central | Not available
163-
Phi-3-medium-4k-instruct <br> Phi-3-medium-128k-instruct | [Microsoft-managed countries/regions](/partner-center/marketplace/tax-details-marketplace#microsoft-managed-countriesregions) | East US 2, Sweden Central | Not available
164-
165-
<!-- docutune:enable -->
146+
Pay-as-you-go billing is available only to users whose Azure subscription belongs to a billing account in a country where the model provider has made the offer available. If the offer is available in the relevant region, the user then must have a Hub/Project in the Azure region where the model is available for deployment or fine-tuning, as applicable. See [Region availability for models in serverless API endpoints | Azure AI Studio](deploy-models-serverless-availability.md) for detailed information.
166147

167148
### Content safety for models deployed via serverless APIs
168149

0 commit comments

Comments
 (0)