Skip to content

Commit 0424b09

Browse files
committed
update
1 parent 789a774 commit 0424b09

26 files changed

+90
-90
lines changed

articles/cognitive-services/openai/concepts/content-filter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Azure OpenAI content filtering
2+
title: Azure OpenAI Service content filtering
33
titleSuffix: Azure OpenAI
4-
description: Learn about the content filtering capabilities of the OpenAI service in Azure Cognitive Services
4+
description: Learn about the content filtering capabilities of Azure OpenAI in Azure Cognitive Services
55
author: chrishMSFT
66
ms.author: chrhoder
77
ms.service: cognitive-services

articles/cognitive-services/openai/concepts/models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure OpenAI models
2+
title: Azure OpenAI Service models
33
titleSuffix: Azure OpenAI
44
description: Learn about the different models that are available in Azure OpenAI.
55
ms.service: cognitive-services
@@ -13,7 +13,7 @@ recommendations: false
1313
keywords:
1414
---
1515

16-
# Azure OpenAI models
16+
# Azure OpenAI Service models
1717

1818
The service provides access to many different models, grouped by family and capability. A model family typically associates models by their intended task. The following table describes model families currently available in Azure OpenAI. Not all models are available in all regions currently. Please refer to the capability table at the bottom for a full breakdown.
1919

articles/cognitive-services/openai/concepts/understand-embeddings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure OpenAI embeddings
2+
title: Azure OpenAI Service embeddings
33
titleSuffix: Azure OpenAI - embeddings and cosine similarity
44
description: Learn more about Azure OpenAI embeddings API for document search and cosine similarity
55
services: cognitive-services
@@ -14,7 +14,7 @@ recommendations: false
1414
ms.custom:
1515
---
1616

17-
# Understanding embeddings in Azure OpenAI
17+
# Understanding embeddings in Azure OpenAI Service
1818

1919
An embedding is a special format of data representation that can be easily utilized by machine learning models and algorithms. The embedding is an information dense representation of the semantic meaning of a piece of text. Each embedding is a vector of floating-point numbers, such that the distance between two embeddings in the vector space is correlated with semantic similarity between two inputs in the original format. For example, if two texts are similar, then their vector representations should also be similar.
2020

articles/cognitive-services/openai/encrypt-data-at-rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure OpenAI encryption of data at rest
2+
title: Azure OpenAI Service encryption of data at rest
33
description: Learn how Azure OpenAI encrypts your data when it's persisted to the cloud.
44
titleSuffix: Azure Cognitive Services
55
author: mrbullwinkle
@@ -10,7 +10,7 @@ ms.date: 11/14/2022
1010
ms.author: mbullwin
1111
---
1212

13-
# Azure OpenAI encryption of data at rest
13+
# Azure OpenAI Service encryption of data at rest
1414

1515
Azure OpenAI automatically encrypts your data when it's persisted to the cloud. The encryption protects your data and helps you meet your organizational security and compliance commitments. This article covers how Azure OpenAI handles encryption of data at rest, specifically training data and fine-tuned models. For information on how data provided by you to the service is processed, used, and stored, consult the [data, privacy, and security article](/legal/cognitive-services/openai/data-privacy?context=%2Fazure%2Fcognitive-services%2Fopenai%2Fcontext%2Fcontext).
1616

articles/cognitive-services/openai/how-to/business-continuity-disaster-recovery.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Business Continuity and Disaster Recovery (BCDR) with Azure OpenAI'
2+
title: 'Business Continuity and Disaster Recovery (BCDR) with Azure OpenAI Service'
33
titleSuffix: Azure OpenAI
44
description: Considerations for implementing Business Continuity and Disaster Recovery (BCDR) with Azure OpenAI
55
services: cognitive-services
@@ -15,9 +15,9 @@ keywords:
1515

1616
---
1717

18-
# Business Continuity and Disaster Recovery (BCDR) considerations with Azure OpenAI
18+
# Business Continuity and Disaster Recovery (BCDR) considerations with Azure OpenAI Service
1919

20-
The Azure OpenAI service is available in two regions. Since subscription keys are region bound, when a customer acquires a key, they select the region in which their deployments will reside and from then on, all operations stay associated with that Azure server region.
20+
Azure OpenAI is available in two regions. Since subscription keys are region bound, when a customer acquires a key, they select the region in which their deployments will reside and from then on, all operations stay associated with that Azure server region.
2121

2222
It's rare, but not impossible, to encounter a network issue that hits an entire region. If your service needs to always be available, then you should design it to either fail-over into another region or split the workload between two or more regions. Both approaches require at least two OpenAI resources in different regions. This article provides general recommendations for how to implement Business Continuity and Disaster Recovery (BCDR) for your Azure OpenAI applications.
2323

articles/cognitive-services/openai/how-to/completions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'How to generate text with Azure OpenAI'
2+
title: 'How to generate text with Azure OpenAI Service'
33
titleSuffix: Azure OpenAI
44
description: Learn how to generate or manipulate text, including code with Azure OpenAI
55
services: cognitive-services
@@ -19,7 +19,7 @@ keywords:
1919

2020
The completions endpoint can be used for a wide variety of tasks. It provides a simple but powerful text-in, text-out interface to any of our [models](../concepts/models.md). You input some text as a prompt, and the model will generate a text completion that attempts to match whatever context or pattern you gave it. For example, if you give the API the prompt, "As Descartes said, I think, therefore", it will return the completion " I am" with high probability.
2121

22-
The best way to start exploring completions is through our playground in the [Azure OpenAI Studio](https://oai.azure.com). It's a simple text box where you can submit a prompt to generate a completion. You can start with a simple example like the following:
22+
The best way to start exploring completions is through our playground in [Azure OpenAI Studio](https://oai.azure.com). It's a simple text box where you can submit a prompt to generate a completion. You can start with a simple example like the following:
2323

2424
`write a tagline for an ice cream shop`
2525

articles/cognitive-services/openai/how-to/create-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'How-to - Create a resource and deploy a model using Azure OpenAI'
2+
title: 'How-to - Create a resource and deploy a model using Azure OpenAI Service'
33
titleSuffix: Azure OpenAI
44
description: Walkthrough on how to get started with Azure OpenAI and make your first resource and deploy your first model.
55
services: cognitive-services

articles/cognitive-services/openai/how-to/embeddings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'How to generate embeddings with Azure OpenAI'
2+
title: 'How to generate embeddings with Azure OpenAI Service'
33
titleSuffix: Azure OpenAI
44
description: Learn how to generate embeddings with Azure OpenAI
55
services: cognitive-services

articles/cognitive-services/openai/how-to/fine-tuning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'How to customize a model with Azure OpenAI'
2+
title: 'How to customize a model with Azure OpenAI Service'
33
titleSuffix: Azure OpenAI
44
description: Learn how to create your own customized model with Azure OpenAI
55
services: cognitive-services
@@ -16,7 +16,7 @@ keywords:
1616
---
1717
# Learn how to customize a model for your application
1818

19-
The Azure OpenAI Service lets you tailor our models to your personal datasets using a process known as *fine-tuning*. This customization step will let you get more out of the service by providing:
19+
Azure OpenAI Service lets you tailor our models to your personal datasets using a process known as *fine-tuning*. This customization step will let you get more out of the service by providing:
2020

2121
- Higher quality results than what you can get just from prompt design
2222
- The ability to train on more examples than can fit into a prompt

articles/cognitive-services/openai/how-to/integrate-synapseml.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'How-to - Use Azure OpenAI with large datasets'
2+
title: 'How-to - Use Azure OpenAI Service with large datasets'
33
titleSuffix: Azure OpenAI
44
description: Walkthrough on how to integrate Azure OpenAI with SynapseML and Apache Spark to apply large language models at a distributed scale.
55
services: cognitive-services
@@ -15,14 +15,14 @@ recommendations: false
1515

1616
# Use Azure OpenAI with large datasets
1717

18-
The Azure OpenAI service can be used to solve a large number of natural language tasks through prompting the completion API. To make it easier to scale your prompting workflows from a few examples to large datasets of examples, we have integrated the Azure OpenAI service with the distributed machine learning library [SynapseML](https://www.microsoft.com/research/blog/synapseml-a-simple-multilingual-and-massively-parallel-machine-learning-library/). This integration makes it easy to use the [Apache Spark](https://spark.apache.org/) distributed computing framework to process millions of prompts with the OpenAI service. This tutorial shows how to apply large language models at a distributed scale using Azure Open AI and Azure Synapse Analytics.
18+
Azure OpenAI can be used to solve a large number of natural language tasks through prompting the completion API. To make it easier to scale your prompting workflows from a few examples to large datasets of examples, we have integrated the Azure OpenAI service with the distributed machine learning library [SynapseML](https://www.microsoft.com/research/blog/synapseml-a-simple-multilingual-and-massively-parallel-machine-learning-library/). This integration makes it easy to use the [Apache Spark](https://spark.apache.org/) distributed computing framework to process millions of prompts with the OpenAI service. This tutorial shows how to apply large language models at a distributed scale using Azure Open AI and Azure Synapse Analytics.
1919

2020
## Prerequisites
2121

2222
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
23-
- Access granted to the Azure OpenAI service in the desired Azure subscription
23+
- Access granted to Azure OpenAI in the desired Azure subscription
2424

25-
Currently, access to this service is granted only by application. You can apply for access to the Azure OpenAI service by completing the form at <a href="https://aka.ms/oai/access" target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
25+
Currently, access to this service is granted only by application. You can apply for access to Azure OpenAI by completing the form at <a href="https://aka.ms/oai/access" target="_blank">https://aka.ms/oai/access</a>. Open an issue on this repo to contact us if you have an issue.
2626
- An Azure OpenAI resource – [create a resource](create-resource.md?pivots=web-portal#create-a-resource)
2727
- An Apache Spark cluster with SynapseML installed - create a serverless Apache Spark pool [here](../../../synapse-analytics/get-started-analyze-spark.md#create-a-serverless-apache-spark-pool)
2828

@@ -39,15 +39,15 @@ The next step is to add this code into your Spark cluster. You can either create
3939

4040
## Fill in your service information
4141

42-
Next, edit the cell in the notebook to point to your service. In particular, set the `resource_name`, `deployment_name`, `location`, and `key` variables to the corresponding values for your Azure OpenAI service.
42+
Next, edit the cell in the notebook to point to your service. In particular, set the `resource_name`, `deployment_name`, `location`, and `key` variables to the corresponding values for your Azure OpenAI resource.
4343

4444
> [!IMPORTANT]
4545
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](../../../key-vault/general/overview.md). See the Cognitive Services [security](../../cognitive-services-security.md) article for more information.
4646
4747
```python
4848
import os
4949

50-
# Replace the following values with your Azure OpenAI service information
50+
# Replace the following values with your Azure OpenAI resource information
5151
resource_name = "RESOURCE_NAME" # The name of your Azure OpenAI resource.
5252
deployment_name = "DEPLOYMENT_NAME" # The name of your Azure OpenAI deployment.
5353
location = "RESOURCE_LOCATION" # The location or region ID for your resource.
@@ -175,7 +175,7 @@ display(completed_autobatch_df)
175175

176176
### Prompt engineering for translation
177177

178-
The Azure OpenAI service can solve many different natural language tasks through [prompt engineering](completions.md). Here, we show an example of prompting for language translation:
178+
Azure OpenAI can solve many different natural language tasks through [prompt engineering](completions.md). Here, we show an example of prompting for language translation:
179179

180180
```python
181181
translate_df = spark.createDataFrame(

0 commit comments

Comments
 (0)