azure-search-openai-demo
azure-search-openai-demo copied to clipboard
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.
> Please provide us with the following information: > --------------------------------------------------------------- ### This issue is for a: (mark with an `x`) ``` - [ ] bug report -> please search issues...
### This issue is for a: (mark with an `x`) ``` - [X] bug report -> please search issues before submitting - [ ] feature request - [ ] documentation...
> Please provide us with the following information: > --------------------------------------------------------------- ### This issue is for a: (mark with an `x`) ``` - [ ] bug report -> please search issues...
### This issue is for a: (mark with an `x`) ``` - [ x] bug report -> please search issues before submitting - [ ] feature request - [ ]...
> Please provide us with the following information: > --------------------------------------------------------------- ### This issue is for a: (mark with an `x`) ``` - [ ] bug report -> please search issues...
...and call python directly to prep documents... ## Purpose Remove dependency on powershell on posix systems + install doc preparation scripts into a virtual environment. ## Does this introduce a...
### This issue is for a: (mark with an `x`) ``` - [x] bug report -> please search issues before submitting - [ ] feature request - [ ] documentation...
1. Add ability to specify existing openai, search or storage account. 2. Clean up env var names 3. Clean up main.bicep outputs
The `prepdocs` hook uses `DefaultAzureCredential`, which might incorrectly use another source of auth for Azure. For example, DAC might use an environment credential that is set within the system, or...
## Purpose Add page to upload PDF files directly from the UI instead of running separate script ## Does this introduce a breaking change? ``` [ ] Yes [x] No...