How to Use Azure OpenAI Resource in Azure Search Skillset
Jessica Moore
0
Reputation points
I am trying to use an Azure OpenAI resource in an Azure AI Search skillset, in a manner similar to this tutorial: https://github.com/Azure-Samples/azure-search-python-samples/blob/main/Tutorial-RAG/Tutorial-rag.ipynb
I created an Azure Open AI resource, using the following Bicep configuration.
resource
location
identity
type
}
sku
name
}
kind
properties
publicNetworkAccess
}
}
However, the endpoint looks wrong to me. I would expect it to be of the form "https://
Sign in to answer