How to fix An unexpected error occurred while processing your data. Please try again. while trying to build an index using Azure Open AI and Azure AI search

Snehal Desai 15 Reputation points
2024-02-17T09:06:37.67+00:00

We are trying to create an Index using open AI chat studio with blob storage and AI search service but post couple of hours getting an error like "An unexpected error occurred while processing your data. Please try again." User's image

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,339 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,081 questions
{count} votes

2 answers

Sort by: Most helpful
  1. VenkateshDodda-MSFT 24,951 Reputation points Microsoft Employee Moderator
    2024-02-19T10:15:27.9533333+00:00

    @Snehal Desai Thanks for reaching out to Microsoft Q&A, apologize for any inconvinience caused on this.

    In the shared GitHub link, from the main.bicep file under infra we can see that below are the allowed values for the parameter documentIntelligenceResourceGroupLocation.

    @description('Location for the Document Intelligence resource group')
    
    @allowed(['eastus', 'westus2', 'westeurope'])
    
    @metadata({
    
      azd: {
    
        type: 'location'
    
      }
    
    })
    
    param documentIntelligenceResourceGroupLocation string
    

    Could you please pass any of the above values to parameter documentIntelligenceResourceGroup Parameter, re-try the deployment and let me know if you are still facing any issues.

    0 comments No comments

  2. AMROUN Lysa 396 Reputation points
    2024-08-05T12:32:02.1866667+00:00

    Hello @Snehal Desai Have you found the solution to this problem, please? I have the same problem and I don't understand. thank you

    0 comments No comments

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.