Encountered an error in Azure Open AI studio, when tried to "Add your data" in the chat play ground. It said Creating Azure AI Search Index - Data ingestion failed

Naveen Kumar Korada 0 Reputation points Microsoft Vendor
2024-05-29T13:01:47.3766667+00:00

We are using the model GPT-4o, encountered an error in Azure Open AI studio, when tried to "Add your data" in the chat playground. It said Creating Azure AI Search Index - Data ingestion failed (Cracking and chunking step got succeeded).

Below are the error details:

[2024-05-27 08:32:21] INFO     azureml.rag.update_acs - Ensuring search index sincere-bean-y97g2857hn exists (update_acs.py:132)
_AzureMLOnBehalfOfCredential.get_token succeeded
[2024-05-27 08:32:27] ERROR    azureml.rag.update_acs.update_acs - ActivityCompleted: Activity=update_acs, HowEnded=Failure, Duration=5560.65 [ms], Exception=HttpResponseError (activity.py:127)
[2024-05-27 08:32:28] ERROR    azureml.rag.update_acs - Failed to update ACS index (update_acs.py:445)
[2024-05-27 08:32:28] ERROR    azureml.rag.update_acs.update_acs - ServiceError: intepreted error = Rag system error, original error = Operation returned an invalid status 'Forbidden' (exceptions.py:124)
[2024-05-27 08:32:33] ERROR    azureml.rag.update_acs.update_acs - update_acs failed with exception: Traceback (most recent call last):
  File "/azureml-envs/rag-embeddings/lib/python3.8/site-packages/azureml/rag/tasks/update_acs.py", line 481, in main_wrapper
    map_exceptions(main, activity_logger, args, logger, activity_logger)
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,645 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 43,696 Reputation points Microsoft Employee
    2024-05-29T17:21:04.91+00:00

    @Naveen Kumar Korada I think you are seeing a similar error as mentioned in this thread.

    https://learn.microsoft.com/en-us/answers/questions/1640592/error-when-creating-azure-ai-search-index-with-rol

    Forbidden would be an authorization error and you might be missing some permissions that are required for this step. Please see if you have the required roles for using BYOD feature for the right resource and try again.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments