Skip to content

Commit ce5b9b0

Browse files
waelkdouhWael Kdouhpamelafox
authored
Update data indexing link in gpt4v.md (#1182)
* Update data indexing link in gpt4v.md * Update docs/gpt4v.md --------- Co-authored-by: Wael Kdouh <[email protected]> Co-authored-by: Pamela Fox <[email protected]>
1 parent 462616e commit ce5b9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gpt4v.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository now includes an example of integrating GPT-4 Turbo with Vision w
66

77
- **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.
88
- **Data Extraction:** Text data is extracted using OCR.
9-
- **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.
9+
- **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.
1010
- **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.
1111

1212
## Getting Started

0 commit comments

Comments
 (0)