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.16k stars 4.18k forks source link

Document Intelligence #1263

Open rupamGH opened 9 months ago

rupamGH commented 9 months ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Any log messages given by the failure

Expected/desired behavior

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)

azd version?

run azd version and copy paste here.

Versions

Mention any other details that might be useful

What would be your recommendation to integrate "Azure AI Document Intelligence" in the flow please?


Thanks! We'll be in touch soon.

pamelafox commented 9 months ago

It is already part of data ingestion, per the docs at https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/data_ingestion.md What additional integration are you looking for?

rupamGH commented 9 months ago

Thanks. I was just curious if it can extract images and take all kinds of file types as explained here. If it is using the default Azure Document Intelligence module, I suppose it can do so?

https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/overview?view=doc-intel-4.0.0

image

pamelafox commented 9 months ago

@rupamGH Ah, then you'll need my changes here: https://github.com/Azure-Samples/azure-search-openai-demo/pull/1224

We hope to merge them soon but you can copy them into your code for now and try them out.