Skip to content

Commit

Permalink
Update data indexing link in gpt4v.md (#1182)
Browse files Browse the repository at this point in the history
* Update data indexing link in gpt4v.md

* Update docs/gpt4v.md

---------

Co-authored-by: Wael Kdouh <waekdo@microsoft.com>
Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
  • Loading branch information
3 people committed Jan 24, 2024
1 parent 462616e commit ce5b9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gpt4v.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/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
Expand Down

0 comments on commit ce5b9b0

Please sign in to comment.