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
5.61k stars 3.76k forks source link

Search resource fails in swedencentral #1575

Open dfberry opened 2 months ago

dfberry commented 2 months ago

for azd up, I select these locations from the list of locations:

1) azure location: sweden central 2) docIntelligence: europe 3) openAI: sweden central

these were selected from the available options

Then the search resource fails because it isn't in sweden central. Can this be fixed so that the search is separated out into the valid regions?

pamelafox commented 1 month ago

I think the failure had to do with the semantic ranker, right? As the search service is available in Sweden Central otherwise: https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=search

@mattgotteiner @chuwik I think we considered a separate region for search service in the past but given that it's 95% available, we didn't do that, to reduce complexity. The swedencentral issue is an annoying one since that's commonly known to be a good region for GPT model deployments. The availability page says ranker wont be available there til 2025. What do you think, should we introduce another location parameter for search? If you could get ranker there sooner... ;-)