A Solution Accelerator for the RAG pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences. This includes most common requirements and best practices.
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
What to Check
Repro Steps:
Open the CWYD URL
Turn on the mic and start asking question.
Once question is asked, turn off the mic and click on send button.
Next time when you click in mic to turn it on, try to click on mic icon repeatedly.
Observe the behavior.
Previously asked question reappeared on the search box.
Purpose
Previously recorded question reappears if clicked on mic repeatedly.
Bug: https://dev.azure.com/CSACTOSOL/CSA%20Solutioning/_workitems/edit/6343
Does this introduce a breaking change?
What to Check
Repro Steps: Open the CWYD URL Turn on the mic and start asking question. Once question is asked, turn off the mic and click on send button. Next time when you click in mic to turn it on, try to click on mic icon repeatedly. Observe the behavior. Previously asked question reappeared on the search box.