Skip to content

Commit 2d87bbc

Browse files
committed
Merge branch 'main' into release-azure-search
2 parents ec691e6 + 326faea commit 2d87bbc

File tree

17 files changed

+166
-37
lines changed

17 files changed

+166
-37
lines changed

articles/ai-services/document-intelligence/quickstarts/includes/csharp-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ In this quickstart, use the following features to analyze and extract data and v
106106

107107
:::image type="content" source="../../media/quickstarts/select-doc-intel-nuget-package.png" alt-text="Screenshot of select NuGet prerelease package window in Visual Studio.":::
108108

109-
1. Select the **Browse** tab and type *Azure.AI.FormRecognizer*.
109+
1. Select the **Browse** tab and type *Azure.AI.DocumentIntelligence*.
110110

111111
1. Select the **`Include prerelease`** checkbox.
112112

articles/ai-services/openai/concepts/provisioned-throughput.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,14 @@ An Azure OpenAI Deployment is a unit of management for a specific OpenAI Model.
4141
## How much throughput per PTU you get for each model
4242
The amount of throughput (tokens per minute or TPM) a deployment gets per PTU is a function of the input and output tokens in the minute. Generating output tokens requires more processing than input tokens and so the more output tokens generated the lower your overall TPM. The service dynamically balances the input & output costs, so users do not have to set specific input and output limits. This approach means your deployment is resilient to fluctuations in the workload shape.
4343

44-
To help with simplifying the sizing effort, the following table outlines the TPM per PTU for the `gpt-4o` and `gpt-4o-mini` models
44+
To help with simplifying the sizing effort, the following table outlines the TPM per PTU for the `gpt-4o` and `gpt-4o-mini` models. The table also shows Service Level Agreement (SLA) Latency Target Values per model. For more information about the SLA for Azure OpenAI Service, see the [Service Level Agreements (SLA) for Online Services page].(https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services?lang=1)
4545

46-
| | **gpt-4o**, **2024-05-13** & **gpt-4o**, **2024-08-06** | **gpt-4o-mini**, **2024-07-18** |
46+
| | **gpt-4o**, **2024-05-13** & **gpt-4o**, **2024-08-06** | **gpt-4o-mini**, **2024-07-18** |
4747
| --- | --- | --- |
4848
| Deployable Increments | 50 | 25|
4949
| Input TPM per PTU | 2,500 | 37,000 |
50-
| Output TPM per PTU | 833 | 12,333 |
50+
| Output TPM per PTU| 833|12,333|
51+
| Latency Target Value |25 Tokens Per Second* |33 Tokens Per Second*|
5152

5253
For a full list see the [AOAI Studio calculator](https://oai.azure.com/portal/calculator).
5354

articles/ai-services/openai/overview.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,28 @@ Azure OpenAI Service provides REST API access to OpenAI's powerful language mode
2727
| Managed Identity| Yes, via Microsoft Entra ID |
2828
| UI experience | [Azure portal](https://portal.azure.com) for account & resource management, <br> [Azure AI Studio](https://ai.azure.com) for model exploration and fine-tuning |
2929
| Model regional availability | [Model availability](./concepts/models.md) |
30-
| Content filtering | Prompts and completions are evaluated against our content policy with automated systems. High severity content will be filtered. |
30+
| Content filtering | Prompts and completions are evaluated against our content policy with automated systems. High severity content is filtered. |
3131

3232
## Responsible AI
3333

3434
At Microsoft, we're committed to the advancement of AI driven by principles that put people first. Generative models such as the ones available in Azure OpenAI have significant potential benefits, but without careful design and thoughtful mitigations, such models have the potential to generate incorrect or even harmful content. Microsoft has made significant investments to help guard against abuse and unintended harm, which includes incorporating Microsoft’s <a href="https://www.microsoft.com/ai/responsible-ai?activetab=pivot1:primaryr6" target="_blank">principles for responsible AI use</a>, adopting a [Code of Conduct](/legal/cognitive-services/openai/code-of-conduct?context=/azure/ai-services/openai/context/context) for use of the service, building [content filters](/azure/ai-services/content-safety/overview) to support customers, and providing responsible AI [information and guidance](/legal/cognitive-services/openai/transparency-note?context=%2Fazure%2Fai-services%2Fopenai%2Fcontext%2Fcontext&tabs=image) that customers should consider when using Azure OpenAI.
3535

36-
## How do I get access to Azure OpenAI?
36+
## Get started with Azure OpenAI Service
3737

38-
A Limited Access registration form is not required to access most Azure OpenAI models. Learn more on the [Azure OpenAI Limited Access page](/legal/cognitive-services/openai/limited-access?context=/azure/ai-services/openai/context/context).
38+
To get started with Azure OpenAI Service, you need to create an Azure OpenAI Service resource in your Azure subscription.
39+
40+
Start with the [Create and deploy an Azure OpenAI Service resource](./how-to/create-resource.md) guide.
41+
1. You can create a resource via Azure portal, Azure CLI, or Azure PowerShell.
42+
1. When you have an Azure OpenAI Service resource, you can deploy a model such as GPT-4o.
43+
1. When you have a deployed model, you can:
44+
45+
- Try out the Azure AI Studio playgrounds to explore the capabilities of the models.
46+
- You can also just start making API calls to the service using the REST API or SDKs.
47+
48+
For example, you can try [real-time audio](./realtime-audio-quickstart.md) and [assistants](./assistants-quickstart.md) in the playgrounds or via code.
49+
50+
> [!NOTE]
51+
> A Limited Access registration form is required to access some Azure OpenAI Service models or features. Learn more on the [Azure OpenAI Limited Access page](/legal/cognitive-services/openai/limited-access?context=/azure/ai-services/openai/context/context).
3952
4053
## Comparing Azure OpenAI and OpenAI
4154

@@ -47,7 +60,7 @@ With Azure OpenAI, customers get the security capabilities of Microsoft Azure wh
4760

4861
### Prompts & completions
4962

50-
The completions endpoint is the core component of the API service. This API provides access to the model's text-in, text-out interface. Users simply need to provide an input **prompt** containing the English text command, and the model will generate a text **completion**.
63+
The completions endpoint is the core component of the API service. This API provides access to the model's text-in, text-out interface. Users simply need to provide an input **prompt** containing the English text command, and the model generates a text **completion**.
5164

5265
Here's an example of a simple prompt and completion:
5366

@@ -70,7 +83,7 @@ Here's an example of a simple prompt and completion:
7083

7184
Azure OpenAI processes text by breaking it down into tokens. Tokens can be words or just chunks of characters. For example, the word “hamburger” gets broken up into the tokens “ham”, “bur” and “ger”, while a short and common word like “pear” is a single token. Many tokens start with a whitespace, for example “ hello” and “ bye”.
7285

73-
The total number of tokens processed in a given request depends on the length of your input, output and request parameters. The quantity of tokens being processed will also affect your response latency and throughput for the models.
86+
The total number of tokens processed in a given request depends on the length of your input, output, and request parameters. The quantity of tokens being processed will also affect your response latency and throughput for the models.
7487

7588
#### Image tokens
7689

@@ -106,9 +119,9 @@ Once you create an Azure OpenAI Resource, you must deploy a model before you can
106119

107120
### Prompt engineering
108121

109-
The GPT-3, GPT-3.5 and GPT-4 models from OpenAI are prompt-based. With prompt-based models, the user interacts with the model by entering a text prompt, to which the model responds with a text completion. This completion is the model’s continuation of the input text.
122+
The GPT-3, GPT-3.5, and GPT-4 models from OpenAI are prompt-based. With prompt-based models, the user interacts with the model by entering a text prompt, to which the model responds with a text completion. This completion is the model’s continuation of the input text.
110123

111-
While these models are extremely powerful, their behavior is also very sensitive to the prompt. This makes [prompt engineering](./concepts/prompt-engineering.md) an important skill to develop.
124+
While these models are powerful, their behavior is also sensitive to the prompt. This makes [prompt engineering](./concepts/prompt-engineering.md) an important skill to develop.
112125

113126
Prompt construction can be difficult. In practice, the prompt acts to configure the model weights to complete the desired task, but it's more of an art than a science, often requiring experience and intuition to craft a successful prompt.
114127

articles/ai-services/translator/custom-translator/release-notes.md

Lines changed: 105 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,118 @@ manager: nitinme
77
ms.service: azure-ai-translator
88
ms.custom:
99
- ignite-2023
10-
ms.date: 12/06/2023
10+
ms.date: 11/01/2024
1111
ms.author: lajanuar
1212
ms.topic: release-notes
1313
---
1414
# Custom Translator release notes
1515

1616
This page presents the latest feature, improvement, bug fix, and known issue release notes for Custom Translator service.
1717

18+
## 2024-November release
19+
20+
### Language model updates
21+
22+
* Language pairs are listed in the table below.
23+
24+
* We encourage you to retrain your models accordingly for higher quality.
25+
26+
|Source Language|Target Language|
27+
|:----|:----|
28+
|Afrikaans | English |
29+
|Bashkir | English |
30+
|Belarusian | English |
31+
|Bosnian | English |
32+
|Bulgarian | English |
33+
|Catalan | English |
34+
|Chhattisgarhi | English |
35+
|Croatian | English |
36+
|Czech | English |
37+
|Danish | English |
38+
|English | Afrikaans |
39+
|English | Bangla |
40+
|English | Belarusian |
41+
|English | Bosnian |
42+
|English | Bulgarian |
43+
|English | Catalan |
44+
|English | Chinese Simplified |
45+
|English | Croatian |
46+
|English | Czech |
47+
|English | Danish |
48+
|English | Dutch |
49+
|English | Faroese |
50+
|English | French |
51+
|English | German |
52+
|English | Hindi |
53+
|English | Icelandic |
54+
|English | Indonesian |
55+
|English | Italian |
56+
|English | Japanese |
57+
|English | Khmer |
58+
|English | Korean |
59+
|English | Kurdish (Central) |
60+
|English | Kyrgyz |
61+
|English | Lao |
62+
|English | Luxembourgish |
63+
|English | Macedonian |
64+
|English | Malay |
65+
|English | Manipuri |
66+
|English | Mongolian (Cyrillic) |
67+
|English | Norwegian |
68+
|English | Persian |
69+
|English | Polish |
70+
|English | Portuguese (Brazil) |
71+
|English | Romanian |
72+
|English | Russian |
73+
|English | Serbian (Latin) |
74+
|English | Slovak |
75+
|English | Slovenian |
76+
|English | Spanish |
77+
|English | Swedish |
78+
|English | Tamil |
79+
|English | Tatar |
80+
|English | Thai |
81+
|English | Turkish |
82+
|English | Ukrainian |
83+
|English | Uyghur |
84+
|English | Uzbek (Latin) |
85+
|Faroese | English |
86+
|French | English |
87+
|German | English |
88+
|Hindi | English |
89+
|Icelandic | English |
90+
|Indonesian | English |
91+
|Italian | English |
92+
|Kashmiri | English |
93+
|Khmer | English |
94+
|Kurdish (Central) | English |
95+
|Kyrgyz | English |
96+
|Lao | English |
97+
|Luxembourgish | English |
98+
|Macedonian | English |
99+
|Malay | English |
100+
|Manipuri | English |
101+
|Mongolian (Cyrillic) | English |
102+
|Norwegian | English |
103+
|Pashto | English |
104+
|Persian | English |
105+
|Polish | English |
106+
|Portuguese (Brazil) | English |
107+
|Romanian | English |
108+
|Russian | English |
109+
|Serbian (Latin) | English |
110+
|Slovak | English |
111+
|Slovenian | English |
112+
|Spanish | English |
113+
|Swedish | English |
114+
|Tamil | English |
115+
|Tatar | English |
116+
|Thai | English |
117+
|Turkmen | English |
118+
|Uyghur | English |
119+
|Uzbek (Latin) | English |
120+
|Vietnamese | English |
121+
18122
## 2023-December release
19123

20124
### December 2023 model updates

articles/ai-studio/how-to/develop/evaluate-sdk.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,8 @@ result = evaluate(
432432
},
433433
# column mapping
434434
evaluator_config={
435-
"column_mapping": {
436-
"relevance": {
435+
"relevance": {
436+
"column_mapping": {
437437
"query": "${data.queries}"
438438
"ground_truth": "${data.ground_truth}"
439439
"response": "${outputs.response}"
@@ -560,8 +560,8 @@ result = evaluate(
560560
"relevance": relevance_eval
561561
},
562562
evaluator_config={
563-
"column_mapping": {
564-
"default": {
563+
"default": {
564+
"column_mapping": {
565565
"query": "${data.queries}"
566566
"context": "${outputs.context}"
567567
"response": "${outputs.response}"

articles/ai-studio/includes/create-hub.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,24 @@ ms.date: 5/21/2024
1010
ms.custom: include, build-2024
1111
---
1212

13+
> [!NOTE]
14+
> A hub in Azure AI Studio is a one-stop shop where you manage everything your AI project needs, like security and resources, so you can develop and test faster. To learn more about how hubs can help you, see the [Hubs and projects overview](/azure/ai-studio/concepts/ai-resources) article.
15+
1316
To create a hub in [Azure AI Studio](https://ai.azure.com), follow these steps:
1417

1518
1. Go to the **Home** page in [Azure AI Studio](https://ai.azure.com) and sign in with your Azure account.
16-
1. Select **All hubs** from the left pane and then select **+ New hub**.
19+
1. Select **All resources** on the left pane. If you cannot see this option, in the top bar select **All resources & projects**. Then select **+ New hub**.
1720

1821
:::image type="content" source="../media/how-to/hubs/hub-new.png" alt-text="Screenshot of the button to create a new hub." lightbox="../media/how-to/hubs/hub-new.png":::
1922

20-
1. In the **Create a new hub** dialog, enter a name for your hub (such as *contoso-hub*) and select **Next**. Leave the default **Connect Azure AI Services** option selected. A new AI services connection is created for the hub.
23+
1. In the **Create a new hub** dialog, enter a name for your hub (such as *contoso-hub*). If you don't have a resource group, a new **Resource group** will be created linked to the **Subscription** provided. Leave the default **Connect Azure AI Services** option selected.
24+
1. Select **Next**. If you didn't reuse an existing resource group, a new resource group (*rg-contoso*) is created. Also an Azure AI service (*ai-contoso-hub*) is created for the hub.
2125

2226
:::image type="content" source="../media/how-to/hubs/hub-new-connect-services.png" alt-text="Screenshot of the dialog to connect services while creating a new hub." lightbox="../media/how-to/hubs/hub-new-connect-services.png":::
2327

28+
> [!NOTE]
29+
> If you don't see (new) before the **Resource group** and **Connect Azure AI Services** entries then an existing resource is being used. For the purposes of this tutorial, create a seperate entity via **Create new resource group** and **Create new AI Services**. This will allow you to prevent any unexpected charges by deleting the entities after the tutorial.
30+
2431
1. Review the information and select **Create**.
2532

2633
:::image type="content" source="../media/how-to/hubs/hub-new-review-create.png" alt-text="Screenshot of the dialog to review the settings for the new hub." lightbox="../media/how-to/hubs/hub-new-review-create.png":::

articles/ai-studio/includes/install-cli.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,9 @@ You can follow instructions [How to install the Azure CLI](/cli/azure/install-az
3838
After you install the Azure CLI, sign in using the ``az login`` command and sign-in using the browser:
3939
```
4040
az login
41+
42+
```
43+
Alternatively, you can log in manually via the browser with a device code.
44+
```
45+
az login --use-device-code
4146
```
-159 KB
Loading
-527 KB
Loading

articles/machine-learning/concept-compute-target.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ When created, these compute resources are automatically part of your workspace,
9292
> [!NOTE]
9393
> To avoid charges when the compute is idle:
9494
> * For a compute *cluster*, make sure the minimum number of nodes is set to 0, or use [serverless compute](./how-to-use-serverless-compute.md).
95-
> * For a compute *instance*, [enable idle shutdown](how-to-create-compute-instance.md#configure-idle-shutdown).
95+
> * For a compute *instance*, [enable idle shutdown](how-to-create-compute-instance.md#configure-idle-shutdown). While stopping the compute instance stops the billing for compute hours, you'll still be billed for disk, public IP, and standard load balancer.
9696
9797
### Supported VM series and sizes
9898

0 commit comments

Comments
 (0)