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
5.93k stars 4.08k forks source link

Prepdocs with files in Azure #519

Open nickroseth opened 1 year ago

nickroseth commented 1 year ago

Please provide us with the following information:

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

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

Minimal steps to reproduce

n/a

Any log messages given by the failure

Expected/desired behavior

I am curious if there is any way to run prepdocs using files already in the Azure storage account. As I am running on a github codespace, I cannot upload new PDF content (for security purposes) to github. I can however upload them into Azure as long as the processing stays there.

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


Thanks! We'll be in touch soon.

pamelafox commented 1 year ago

@nickroseth Have you looked into https://github.com/microsoft/sample-app-aoai-chatGPT ? That can be setup in the OpenAI studio, and I believe it has an option to specify a Blob container for indexing (and then runs similar code to prepdocs behind the scenes).

nickroseth commented 1 year ago

Thanks @pamelafox I will give that a shot.

github-actions[bot] commented 11 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this issue will be closed.