Skip to content

Commit 617dec3

Browse files
committed
edit pass: azure-openai-on-your-data
1 parent dd041f8 commit 617dec3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/openai/concepts/use-your-image-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ recommendations: false
1414

1515
# Use your image data for Azure OpenAI by using GPT-4 Turbo with Vision (preview) in Azure OpenAI Studio
1616

17-
Use this article to learn how to provide your own image data for GPT-4 Turbo with Vision, the vison model in Azure OpenAI Service. GPT-4 Turbo with Vision on your data allows the model to generate more customized and targeted answers by using Retrieval Augmented Generation (RAG), based on your own images and image metadata.
17+
Use this article to learn how to provide your own image data for GPT-4 Turbo with Vision, the vision model in Azure OpenAI Service. GPT-4 Turbo with Vision on your data allows the model to generate more customized and targeted answers by using Retrieval Augmented Generation (RAG), based on your own images and image metadata.
1818

1919
> [!IMPORTANT]
2020
> After the GPT4-Turbo with Vision preview model is deprecated, you'll no longer be able to use Azure OpenAI on your image data. To implement a RAG solution with image data, see the [sample on GitHub](https://github.com/Azure-Samples/azure-search-openai-demo/).
@@ -52,7 +52,7 @@ All three options use an Azure AI Search index to do an image-to-image search an
5252

5353
When you're adding a data source for the first time, you might see a red notice that asks you to turn on cross-origin resource sharing (CORS). To stop the warning, select **Turn on CORS** so that Azure OpenAI can access the data source.
5454

55-
:::image type="content" source="../media/use-your-image-data/cross-origin-resource-sharing-requirement.png" alt-text="Screenshot that shows an error stating that CORS has not been turned on." lightbox="../media/use-your-image-data/cross-origin-resource-sharing-requirement.png":::
55+
:::image type="content" source="../media/use-your-image-data/cross-origin-resource-sharing-requirement.png" alt-text="Screenshot that shows an error stating that CORS is not turned on." lightbox="../media/use-your-image-data/cross-origin-resource-sharing-requirement.png":::
5656

5757
## Add your data by uploading files
5858

@@ -114,7 +114,7 @@ The option of using a Blob Storage container is especially useful if you have a
114114

115115
If you don't already have a Blob Storage container populated with these files, and you want to upload your files one by one, you can upload the files by using Azure OpenAI Studio instead.
116116

117-
Before you start adding your Blob Storage container as your data source, make sure that it contains all the images that you want to ingest, along with a JSON file that contains the image file paths and metadata.
117+
Before you start adding your Blob Storage container as your data source, make sure that it contains all the images that you want to ingest. Also make sure that it contains a JSON file that includes the image file paths and metadata.
118118

119119
> [!IMPORTANT]
120120
> Your metadata JSON file must:

0 commit comments

Comments
 (0)