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.
3,132 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,866 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 34,111 Reputation points
    2024-09-02T08:00:20.5633333+00:00

    구동민/(협력사) Engineer/H&A R&D데이터인사이트Project Greetings & Welcome to Microsoft Q&A forum!

    For reference, a private endpoint has already been created and connected to the OpenAI service in the Azure AI Studio Hub.

    Did you follow any documentation for the setup?

    If not, see How to configure a private link for Azure AI Studio hubs for more details.

    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.

    Please see the below limitations.

    • Private Azure AI Services and Azure AI Search aren't supported.
    • The "Add your data" feature in the Azure AI Studio playground doesn't support private storage account.
    • You might encounter problems trying to access the private endpoint for your hub if you're using Mozilla Firefox. This problem might be related to DNS over HTTPS in Mozilla Firefox. We recommend using Microsoft Edge or Google Chrome.

    Do let me know if you are there any further queries.


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.