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

Add guidance for region deployment #15

Closed tvriesde closed 2 weeks ago

tvriesde commented 2 weeks ago

Hi team, it could be helpful to add a couple of regional options for this solution.

gpt-4o-realtime-preview and the semantic ranker are not available in all regions. what region would be preferred for users to deploy the resources?

iMicknl commented 2 weeks ago

This repository doesn't contain infra as code, so I wonder what you are specifically looking for. Is this a request to have better documentation in this repository?

To answer your question;

tvriesde commented 2 weeks ago

Hi mick, yes that answers my question.

The README mentions prerequisites for service deployment. But it was not clear from the README in what regions those services need to be deployed to support the application.