Regarding the embeddings.openai process in AI Studio indexing, encountering an error that says 'public access disabled'. How can I resolve this issue?
구동민/(협력사) Engineer/H&A R&D데이터인사이트Project
0
Reputation points
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.
Sign in to answer