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.32k stars 4.23k forks source link

incorporating speech input into older deployed version #1828

Open codevladdo opened 4 months ago

codevladdo commented 4 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
- [x ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

I have been building and modifying a separate and older version of this repo when the speech input feature was not available. I would love to include it into my current app, any thoughts on what the best way for doing so would be? Thank you!

Vlad


Thanks! We'll be in touch soon.

DSOTM-RSA commented 3 months ago

Its best to initiate a git merge against one of the more recent tagged branches in the repo. You will then need to in some cases manually go through merge-conflict resolutions. If you are developing in VSCode, this shouldn't b too painful.

codevladdo commented 3 months ago

figured it out ! Thanks :)