From 2617cca2fec482acf24bcec08349e4d1601bb3e2 Mon Sep 17 00:00:00 2001 From: Wael Kdouh Date: Wed, 24 Jan 2024 13:48:28 -0500 Subject: [PATCH 1/2] Update data indexing link in gpt4v.md --- docs/gpt4v.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gpt4v.md b/docs/gpt4v.md index c764ad3236..3236757934 100644 --- a/docs/gpt4v.md +++ b/docs/gpt4v.md @@ -6,7 +6,7 @@ This repository now includes an example of integrating GPT-4 Turbo with Vision w - **Document Handling:** Source documents are split into pages and saved as PNG files in blob storage. Each file's name and page number are embedded for reference. - **Data Extraction:** Text data is extracted using OCR. -- **Data Indexing:** Text and image embeddings, generated using Azure AI Vision ([Azure AI Vision Embeddings](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/embeddings?tabs=console)), are indexed in Azure AI Search along with the raw text. +- **Data Indexing:** Text and image embeddings, generated using Azure AI Vision ([Azure AI Vision Embeddings](https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/how-to/image-retrieval)), are indexed in Azure AI Search along with the raw text. - **Search and Response:** Searches can be conducted using vectors or hybrid methods. Responses are generated by GPT-4 Turbo with Vision based on the retrieved content. ## Getting Started From fb726fc35ba61e1d364b0a815219f14409df0fac Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Wed, 24 Jan 2024 10:53:53 -0800 Subject: [PATCH 2/2] Update docs/gpt4v.md --- docs/gpt4v.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gpt4v.md b/docs/gpt4v.md index 3236757934..aaa6e33864 100644 --- a/docs/gpt4v.md +++ b/docs/gpt4v.md @@ -6,7 +6,7 @@ This repository now includes an example of integrating GPT-4 Turbo with Vision w - **Document Handling:** Source documents are split into pages and saved as PNG files in blob storage. Each file's name and page number are embedded for reference. - **Data Extraction:** Text data is extracted using OCR. -- **Data Indexing:** Text and image embeddings, generated using Azure AI Vision ([Azure AI Vision Embeddings](https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/how-to/image-retrieval)), are indexed in Azure AI Search along with the raw text. +- **Data Indexing:** Text and image embeddings, generated using Azure AI Vision ([Azure AI Vision Embeddings](https://learn.microsoft.com/azure/ai-services/computer-vision/how-to/image-retrieval)), are indexed in Azure AI Search along with the raw text. - **Search and Response:** Searches can be conducted using vectors or hybrid methods. Responses are generated by GPT-4 Turbo with Vision based on the retrieved content. ## Getting Started