Azure/azure-search-vector-samples

The request is invalid. Details: definition : Error in Vectorizer 'xxxxx' : Invalid resourceUri. Provide a valid resourceUri for the Azure Open AI service.

Closed this issue · 1 comments

I try to connect data from Azure Storage Account or Azure SQL Server to AI Search and use Vector search following the instructions and examples in these websites: Integrated data chunking and embedding in Azure AI Search, Vector Search with Azure SQL Database, AzureSQLACSSamples

I have tried to create the resources from Azure Portal and also from a python script, but I keep getting the same error. The resourceUri has this format: https://.openai.azure.com and if I try to change it to the endpoint that the resource has in Azure portal with format https://.api.cognitive.microsoft.com/ keeps showing the same error.

I have just tried with other Azure OpenAI resource that its endpoint shown from azure portal has the format that the AI Search vectorizer needs: https://xxxxx.openai.azure.com. This other resource is from West Europe and the AI Search is from North Europe. I was trying with East US Azure OpenAI resources and was not working out