Regarding the embeddings.openai process in AI Studio indexing, encountering an error that says 'public access disabled'. How can I resolve this issue?

2024-09-02T01:27:12.8633333+00:00

Hello, I am encountering an issue in Azure AI Studio. After uploading data and attempting to index it, the process fails during the LLM-Crack, Chunk, and Embed Data step, with the following error log:

INFO     azureml.rag.embeddings.openai - Attempt 0 to embed 16 documents. (openai.py:196)  
WARNING  azureml.rag.embeddings.openai - Error embedding: Error code: 403 -  
{'error': {'code': '403', 'message': 'Public access is disabled. Please configure private endpoint.'}} (openai.py:210)  

For reference, a private endpoint has already been created and connected to the OpenAI service in the Azure AI Studio Hub. I am curious why this error occurs. Furthermore, there are no issues when uploading to the vector store in OpenAI Studio, but the same OpenAI service connection results in this error only in AI Studio. I would like to understand why this discrepancy occurs.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,916 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,782 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.