Azure-Samples / azure-search-openai-demo

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://azure.microsoft.com/products/search
MIT License
6.04k stars 4.14k forks source link

Skipping the Image files #1266

Open arsalanmubeen opened 8 months ago

arsalanmubeen commented 8 months ago

Why it's skipping my Image files?

image

but "Computer vision" is available in my Azure Resource Group

image
pamelafox commented 8 months ago

Hi @arsalanmubeen ! The repo does not yet have support for image files. If you'd like to bring in image files, using Azure Document Intelligence to extract their information, you'll need to try out the changes in my branch here: https://github.com/Azure-Samples/azure-search-openai-demo/pull/1224

Let me know if those changes work for you. We hope to merge them soon.