Skip to content

Commit 416f2ad

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents de8573b + e92f5d6 commit 416f2ad

File tree

87 files changed

+872
-728
lines changed

Some content is hidden

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

87 files changed

+872
-728
lines changed

articles/ai-services/language-service/summarization/how-to/document-summarization.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,21 @@ curl -i -X POST https://<your-language-resource-endpoint>/language/analyze-text/
123123
"kind": "AbstractiveSummarization",
124124
"taskName": "Text Abstractive Summarization Task 1",
125125
"parameters": {
126-
"summaryLength": short
126+
"summaryLength": "short"
127127
}
128128
}
129129
]
130130
}
131131
'
132132
```
133-
If you don't specify `sentenceCount`, the model determines the summary length. Note that `sentenceCount` is the approximation of the sentence count of the output summary, range 1 to 20. Using sentenceCount is not recommended for abstractive summarization.
133+
If you don't specify `summaryLength`, the model determines the summary length.
134+
135+
### Using the summaryLength parameter
136+
For the `summaryLength` parameter, three values are accepted:
137+
* oneSentence: Generates a summary of mostly 1 sentence, with around 80 tokens.
138+
* short: Generates a summary of mostly 2-3 sentences, with around 120 tokens.
139+
* medium: Generates a summary of mostly 4-6 sentences, with around 170 tokens.
140+
* long: Generates a summary of mostly over 7 sentences, with around 210 tokens.
134141

135142
2. Make the following changes in the command where needed:
136143
- Replace the value `your-language-resource-key` with your key.
@@ -255,7 +262,7 @@ curl -i -X POST https://<your-language-resource-endpoint>/language/analyze-text/
255262
'
256263
```
257264

258-
### Using the summaryParameter
265+
### Using the summaryLength parameter
259266
For the `summaryLength` parameter, three values are accepted:
260267
* oneSentence: Generates a summary of mostly 1 sentence, with around 80 tokens.
261268
* short: Generates a summary of mostly 2-3 sentences, with around 120 tokens.

articles/ai-services/openai/how-to/assistant-functions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-openai
88
ms.topic: how-to
9-
ms.date: 05/14/2024
9+
ms.date: 05/22/2024
1010
author: mrbullwinkle
1111
ms.author: mbullwin
1212
recommendations: false
@@ -37,6 +37,7 @@ To use all features of function calling including parallel functions, you need t
3737
> [!NOTE]
3838
> * We've added support for the `tool_choice` parameter which can be used to force the use of a specific tool (like `file_search`, `code_interpreter`, or a `function`) in a particular run.
3939
> * Runs expire ten minutes after creation. Be sure to submit your tool outputs before this expiration.
40+
> * You can also perform function calling [with Azure Logic apps](./assistants-logic-apps.md)
4041
4142
# [Python 1.x](#tab/python)
4243

articles/ai-services/openai/how-to/use-your-data-securely.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,4 +383,7 @@ See the [inference API reference article](../references/on-your-data.md) for det
383383

384384
You can now integrate [Microsoft Defender for Cloud](../../../defender-for-cloud/defender-for-cloud-introduction.md) (preview) with your Azure resources to protect your applications. Microsoft Defender for Cloud protects your applications with [threat protection for AI workloads](../../../defender-for-cloud/ai-threat-protection.md) , providing teams with evidence-based security alerts enriched with Microsoft threat intelligence signals and enables teams to strengthen their [security posture](../../../defender-for-cloud/ai-security-posture.md) with integrated security best-practice recommendations.
385385

386-
Use [this form](https://forms.office.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR9EXzLewuFRArQPJzR1tntlURThQR0hYU1MyRVRNODNMV1hBOUEzVlk3NC4u) to apply for access.
386+
Use [this form](https://forms.office.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR9EXzLewuFRArQPJzR1tntlURThQR0hYU1MyRVRNODNMV1hBOUEzVlk3NC4u) to apply for access.
387+
388+
389+
:::image type="content" source="..\media\use-your-data\defender.png" alt-text="A screenshot showing Microsoft Defender for Cloud." lightbox="..\media\use-your-data\defender.png":::
151 KB
Loading

articles/ai-services/openai/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A refresh of the Assistants API is now publicly available. It contains the follo
3030
You can now create messages with the [assistant](.//assistants-reference-messages.md#create-message) role to create custom conversation histories in Threads.
3131
* Support for `temperature`, `top_p`, `response_format` [parameters](./assistants-reference.md#create-an-assistant).
3232
* Streaming and polling support. You can use the helper functions in our Python SDK to create runs and stream responses. We have also added polling SDK helpers to share object status updates without the need for polling.
33-
* Experiment with Logic Apps and Function Calling using Azure OpenAI Studio. Import your REST APIs implemented in Logic Apps as functions and the studio invokes the function (as a Logic Apps workflow) automatically based on the user prompt.
33+
* Experiment with [Logic Apps and Function Calling using Azure OpenAI Studio](./how-to/assistants-logic-apps.md). Import your REST APIs implemented in Logic Apps as functions and the studio invokes the function (as a Logic Apps workflow) automatically based on the user prompt.
3434
* AutoGen by Microsoft Research provides a multi-agent conversation framework to enable convenient building of Large Language Model (LLM) workflows across a wide range of applications. Azure OpenAI assistants are now integrated into AutoGen via `GPTAssistantAgent`, a new experimental agent that lets you seamlessly add Assistants into AutoGen-based multi-agent workflows. This enables multiple Azure OpenAI assistants that could be task or domain specialized to collaborate and tackle complex tasks.
3535
* Support for fine-tuned `gpt-3.5-turbo-0125` [models](./concepts/models.md#assistants-preview) in the following regions:
3636
* East US 2

articles/ai-services/speech-service/includes/release-notes/release-notes-stt.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ ms.author: eur
88

99
### May 2024 release
1010

11+
#### Video translation (Preview)
12+
13+
Video translation is now available in public preview. Video translation is a feature in Azure AI Speech that enables you to seamlessly translate and generate videos in multiple languages automatically. This feature is designed to help you localize your video content to cater to diverse audiences around the globe. You can efficiently create immersive, localized videos across various use cases such as vlogs, education, news, enterprise training, advertising, film, TV shows, and more. For more information, see the [video translation overview](../../video-translation-overview.md).
14+
1115
#### Pronunciation Assessment
1216

1317
Speech [Pronunciation Assessment](../../how-to-pronunciation-assessment.md) now supports 24 languages generally available (with one new language added), with 7 more languages available in public preview. For more information, see the full [language list for Pronunciation Assessment](../../language-support.md?tabs=pronunciation-assessment).

articles/ai-services/speech-service/includes/release-notes/release-notes-tts.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ ms.author: eur
77
ms.custom: references_regions
88
---
99

10+
### May 2024 release
11+
12+
#### Personal voice (GA)
13+
14+
Personal voice is now generally available. With personal voice, you can get AI generated replication of your voice (or users of your application) in a few seconds. You provide a one-minute speech sample as the audio prompt, and then use it to generate speech in any of the more than 90 languages supported across more than 100 locales. For more information, see the [personal voice overview](../../personal-voice-overview.md).
15+
1016
### April 2024 release
1117

1218
#### Text to speech avatar

articles/ai-services/speech-service/releasenotes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ Azure AI Speech is updated on an ongoing basis. To stay up-to-date with recent d
1717

1818
## Recent highlights
1919

20+
* Video translation is now available in the Azure AI Speech service. For more information, see [What is video translation?](./video-translation-overview.md).
21+
* Personal voice is now generally available. For more information, see [What is personal voice?](./personal-voice-overview.md).
2022
* The Azure AI Speech service supports OpenAI text to speech voices. For more information, see [What are OpenAI text to speech voices?](./openai-voices.md).
2123
* The custom voice API is available for creating and managing [professional](./professional-voice-create-project.md) and [personal](./personal-voice-create-project.md) custom neural voice models.
22-
* Azure AI Speech now supports OpenAI's Whisper model via the batch transcription API. To learn more, check out the [Create a batch transcription](./batch-transcription-create.md#use-a-whisper-model) guide.
2324

2425
## Release notes
2526

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ We have two network isolation aspects. One is the network isolation to access an
2626
You need to configure following network isolation configurations.
2727

2828
- Choose network isolation mode. You have two options: allow internet outbound mode or allow only approved outbound mode.
29-
- Create private endpoint outbound rules to your private Azure resources. Private Azure AI services and Azure AI Search aren't supported yet.
29+
- Create private endpoint outbound rules to your private Azure resources. Private Azure AI Search isn't supported yet.
3030
- 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.
3131
- 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.
3232

@@ -47,7 +47,7 @@ There are three different configuration modes for outbound traffic from the mana
4747
* Always use private endpoints to access Azure resources.
4848

4949
> [!IMPORTANT]
50-
> While you can create a private endpoint for Azure AI services and Azure AI Search, the connected services must allow public networking. For more information, see [Connectivity to other services](#connectivity-to-other-services).
50+
> While you can create a private endpoint for Azure AI Search, the connected services must allow public networking. For more information, see [Connectivity to other services](#connectivity-to-other-services).
5151
5252
* You must add rules for each outbound connection you need to allow.
5353
* Adding FQDN outbound rules __increase your costs__ as this rule type uses Azure Firewall.
@@ -153,7 +153,7 @@ Before following the steps in this article, make sure you have the following pre
153153

154154
### Connectivity to other services
155155

156-
* Azure AI services provisioned with Azure AI Studio hub and Azure AI Search attached should be public.
156+
* Azure AI Search should be public with your provisioned private Azure AI Studio hub.
157157
* The "Add your data" feature in the Azure AI Studio playground doesn't support using a virtual network or private endpoint on the following resources:
158158
* Azure AI Search
159159
* Azure OpenAI

articles/ai-studio/how-to/configure-private-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You get several hub default resources in your resource group. You need to config
2626
- Disable public network access of hub default resources such as Azure Storage, Azure Key Vault, and Azure Container Registry.
2727
- Establish private endpoint connection to hub default resources. You need to have both a blob and file private endpoint for the default storage account.
2828
- [Managed identity configurations](#managed-identity-configuration) to allow hubs access your storage account if it's private.
29-
- Azure AI services and Azure AI Search should be public.
29+
- Azure AI Search should be public.
3030

3131

3232
## Prerequisites

0 commit comments

Comments
 (0)