Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,504 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm attempting to follow the setup for creating a RAG app using this site:
After doing the first step, I get this error:
azure.core.exceptions.ResourceNotFoundError: No connection of type ConnectionType.AZURE_AI_SERVICES found
If I cut it down to find where the error is happening, it's on this line:
chat = project.inference.get_chat_completions_client()
My models are all deployed and I've triple-checked the .env file for the connection string.