Azure-Samples / aisearch-openai-rag-audio

A simple example implementation of the VoiceRAG pattern to power interactive voice generative AI experiences using RAG with Azure AI Search and Azure OpenAI's gpt-4o-realtime-preview model.
https://azure.microsoft.com/products/search
MIT License
211 stars 105 forks source link

Support bringing existing indexes and OpenAI resources #27

Closed pamelafox closed 5 days ago

pamelafox commented 6 days ago

This PR makes it possible to bring existing resources, by making the relevant bits configurable. I tested with azure-search-openai-demo but would like to test with OnYourData indexes in the future.

Fixes #23

pamelafox commented 5 days ago

I will do a fresh "azd up" in a Codespace to confirm that's still working, then merge.