Skip to content

Commit 51408ce

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into patricka-uuf-edge-ca
2 parents 1e729f0 + c3bd631 commit 51408ce

File tree

780 files changed

+27200
-14005
lines changed

Some content is hidden

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

780 files changed

+27200
-14005
lines changed

.openpublishing.publish.config.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,6 @@
12901290
".openpublishing.redirection.availability-zones.json",
12911291
".openpublishing.redirection.azure-app-configuration.json",
12921292
".openpublishing.redirection.azure-arc-data.json",
1293-
".openpublishing.redirection.azure-attestation.json",
12941293
".openpublishing.redirection.azure-australia.json",
12951294
".openpublishing.redirection.azure-databricks.json",
12961295
".openpublishing.redirection.azure-datalake-storage-gen1.json",
@@ -1307,7 +1306,6 @@
13071306
".openpublishing.redirection.cognitive-services.json",
13081307
".openpublishing.redirection.container-service.json",
13091308
".openpublishing.redirection.data-lake-analytics.json",
1310-
".openpublishing.redirection.defender-for-cloud.json",
13111309
".openpublishing.redirection.defender-for-iot.json",
13121310
".openpublishing.redirection.dev-spaces.json",
13131311
".openpublishing.redirection.devops-project.json",
@@ -1321,7 +1319,6 @@
13211319
".openpublishing.redirection.iot-develop.json",
13221320
".openpublishing.redirection.iot-hub-device-update.json",
13231321
".openpublishing.redirection.json",
1324-
".openpublishing.redirection.key-vault.json",
13251322
".openpublishing.redirection.machine-configuration.json",
13261323
".openpublishing.redirection.marketplace.json",
13271324
".openpublishing.redirection.openshift.json",

.openpublishing.redirection.azure-monitor.json

Lines changed: 6882 additions & 6868 deletions
Large diffs are not rendered by default.

.openpublishing.redirection.defender-for-cloud.json

Lines changed: 0 additions & 654 deletions
This file was deleted.

.openpublishing.redirection.security-center.json

Lines changed: 1086 additions & 436 deletions
Large diffs are not rendered by default.

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-services/openai/concepts/model-retirements.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI
44
description: Learn about the model deprecations and retirements in Azure OpenAI.
55
ms.service: azure-ai-openai
66
ms.topic: conceptual
7-
ms.date: 08/07/2024
7+
ms.date: 08/08/2024
88
ms.custom:
99
manager: nitinme
1010
author: mrbullwinkle
@@ -90,7 +90,7 @@ These models are currently available for use in Azure OpenAI Service.
9090
| Model | Version | Retirement date |
9191
| ---- | ---- | ---- |
9292
| `gpt-35-turbo` | 0301 | No earlier than October 1, 2024 |
93-
| `gpt-35-turbo`<br>`gpt-35-turbo-16k` | 0613 | October 1, 2024 |
93+
| `gpt-35-turbo`<br>`gpt-35-turbo-16k` | 0613 | November 1, 2024 |
9494
| `gpt-35-turbo` | 1106 | No earlier than Nov 17, 2024 |
9595
| `gpt-35-turbo` | 0125 | No earlier than Feb 22, 2025 |
9696
| `gpt-4`<br>`gpt-4-32k` | 0314 | **Deprecation:** October 1, 2024 <br> **Retirement:** June 6, 2025 |
@@ -145,6 +145,10 @@ If you're an existing customer looking for information about these models, see [
145145

146146
## Retirement and deprecation history
147147

148+
### August 8, 2024
149+
150+
* Updated `gpt-35-turbo` & `gpt-35-turbo-16k` (0613) model's retirement date to November 1, 2024.
151+
148152
### July 30, 2024
149153

150154
* Updated `gpt-4` preview model upgrade date to November 15, 2024 or later for the following versions:

0 commit comments

Comments
 (0)