Skip to content

Commit 1dfe639

Browse files
authored
Merge pull request #1065 from MicrosoftDocs/main
10/28/2024 AM Publish
2 parents 8bed4e4 + 2cd1346 commit 1dfe639

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

articles/ai-services/document-intelligence/model-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ The US tax document models analyze and extract key fields and line items from a
192192

193193
|Model|Description|ModelID|
194194
|---|---|---|
195-
|US Tax W-2|Extract taxable compensation details.|**prebuilt-tax.us.W-2**|
195+
|US Tax W-2|Extract taxable compensation details.|**prebuilt-tax.us.w2**|
196196
|US Tax 1040|Extract mortgage interest details.|**prebuilt-tax.us.1040(variations)**|
197197
|US Tax 1098|Extract mortgage interest details.|**prebuilt-tax.us.1098(variations)**|
198198
|US Tax 1099|Extract income received from sources other than employer.|**prebuilt-tax.us.1099(variations)**|
@@ -217,7 +217,7 @@ The US mortgage document models analyze and extract key fields including borrowe
217217
|1008 Summary document|Extract borrower, seller, property, mortgage, and underwriting details.|**prebuilt-mortgage.us.1008**|
218218
|Closing disclosure|Extract closing, transaction costs, and loan details.|**prebuilt-mortgage.us.closingDisclosure**|
219219
|Marriage certificate|Extract marriage information details for joint loan applicants.|**prebuilt-marriageCertificate**|
220-
|US Tax W-2|Extract taxable compensation details for income verification.|**prebuilt-tax.us.W-2**|
220+
|US Tax W-2|Extract taxable compensation details for income verification.|**prebuilt-tax.us.w2**|
221221

222222
***Sample Closing disclosure document processed using [Document Intelligence Studio](https://formrecognizer.appliedai.azure.com/studio/prebuilt?formType=mortgage.us.closingDisclosure)***:
223223

articles/ai-services/language-service/language-detection/includes/development-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 12/19/2023
88
ms.author: jboback
99
---
1010

11-
To use language detection, you submit raw unstructured text for analysis and handle the API output in your application. Analysis is performed as-is, with no additional customization to the model used on your data. There are two ways to use language detection:
11+
To use language detection, you submit raw unstructured text for analysis and handle the API output in your application. Analysis is performed as-is, with no additional customization to the model used on your data. There are three ways to use language detection:
1212

1313

1414
|Development option |Description |

articles/ai-services/openai/includes/use-your-data-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ curl -i -X POST $AZURE_OPENAI_ENDPOINT/openai/deployments/$AZURE_OPENAI_DEPLOYME
2828
{
2929
"data_sources": [
3030
{
31-
"type": "AzureCognitiveSearch",
31+
"type": "azure_search",
3232
"parameters": {
3333
"endpoint": "'$AZURE_AI_SEARCH_ENDPOINT'",
3434
"key": "'$AZURE_AI_SEARCH_API_KEY'",

articles/search/search-limits-quotas-capacity.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: azure-ai-search
1010
ms.topic: conceptual
11-
ms.date: 10/24/2024
11+
ms.date: 10/28/2024
1212
ms.custom:
1313
- references_regions
1414
- build-2024
@@ -120,8 +120,7 @@ Maximum running times exist to provide balance and stability to the service as a
120120
| Maximum skillsets <sup>4</sup> |3 |5 or 15 |50 |200 |200 |N/A |10 |10 |
121121
| Maximum indexing load per invocation |10,000 documents |Limited only by maximum documents |Limited only by maximum documents |Limited only by maximum documents |Limited only by maximum documents |N/A |No limit |No limit |
122122
| Minimum schedule | 5 minutes |5 minutes |5 minutes |5 minutes |5 minutes |5 minutes |5 minutes | 5 minutes |
123-
| Maximum running time <sup>5</sup>| 1-3 minutes |2 or 24 hours |2 or 24 hours |2 or 24 hours |2 or 24 hours |N/A |2 or 24 hours |2 or 24 hours |
124-
| Maximum running time for indexers with a skillset <sup>6</sup> | 3-10 minutes |2 or 24 hours |2 or 24 hours |2 or 24 hours |2 or 24 hours |N/A |2 or 24 hours |2 or 24 hours |
123+
| Maximum running time <sup>5</sup>| 1-3 or 3-10 minutes |2 or 24 hours |2 or 24 hours |2 or 24 hours |2 or 24 hours |N/A |2 or 24 hours |2 or 24 hours |
125124
| Blob indexer: maximum blob size, MB |16 |16 |128 |256 |256 |N/A |256 |256 |
126125
| Blob indexer: maximum characters of content extracted from a blob <sup>6</sup> |32,000 |64,000 |4&nbsp;million |8&nbsp;million |16&nbsp;million |N/A |4&nbsp;million |4&nbsp;million |
127126

@@ -133,7 +132,7 @@ Maximum running times exist to provide balance and stability to the service as a
133132

134133
<sup>4</sup> Maximum of 30 skills per skillset.
135134

136-
<sup>5</sup> Regarding the 2 or 24 hour maximum duration for indexers: a 2-hour maximum is the most common and it's what you should plan for. It refers to indexers that run in the [public environment](search-howto-run-reset-indexers.md#indexer-execution), used to offload computationally intensive processing and leave more resources for queries. The 24-hour limit applies if you configure the indexer to run in a private environment using only the infrastructure that's allocated to your search service. Note that some older indexers are incapable of running in the public environment, and those indexers always have a 24-hour processing range. If you have unscheduled indexers that run continuously for 24 hours, you can assume those indexers couldn't be migrated to the newer infrastructure. As a general rule, for indexing jobs that can't finish within two hours, put the indexer on a [5 minute schedule](search-howto-schedule-indexers.md) so that the indexer can quickly pick up where it left off.
135+
<sup>5</sup> Regarding the 2 or 24 hour maximum duration for indexers: a 2-hour maximum is the most common and it's what you should plan for. It refers to indexers that run in the [public environment](search-howto-run-reset-indexers.md#indexer-execution), used to offload computationally intensive processing and leave more resources for queries. The 24-hour limit applies if you configure the indexer to run in a private environment using only the infrastructure that's allocated to your search service. Note that some older indexers are incapable of running in the public environment, and those indexers always have a 24-hour processing range. If you have unscheduled indexers that run continuously for 24 hours, you can assume those indexers couldn't be migrated to the newer infrastructure. As a general rule, for indexing jobs that can't finish within two hours, put the indexer on a [5 minute schedule](search-howto-schedule-indexers.md) so that the indexer can quickly pick up where it left off. On the Free tier, the 3-10 minute maximum running time is for indexers with skillsets.
137136

138137
<sup>6</sup> The maximum number of characters is based on Unicode code units, specifically UTF-16.
139138

0 commit comments

Comments
 (0)