I am not able to add the data in the "Chat Playground"

2024-09-12T16:07:44.36+00:00

I am getting the following error while adding data to the Chat playground.

"Index creation failed. Details: Azure.RequestFailedException: An index with the name 'datarefine' in service 'cs-aiatdil-00' could not be created. Index quota has been exceeded for this service. You must either delete unused indexes first, add a delay between index creation requests, or upgrade the service for higher limits. Maximum number of indexes allowed: 15 Status: 429 (Too Many Requests) Content: {"error":{"code":"","message":"An index with the name 'datarefine' in service 'cs-aiatdil-00' could not be created. Index quota has been exceeded for this service."

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,940 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 33,026 Reputation points
    2024-09-13T04:37:14.66+00:00

    Labroo, Sagarika (DI CS FA DIL PM&D PO) Greetings & Welcome to Microsoft Q&A forum!

    "Index creation failed. Details: Azure.RequestFailedException: An index with the name 'datarefine' in service 'cs-aiatdil-00' could not be created. Index quota has been exceeded for this service. You must either delete unused indexes first, add a delay between index creation requests, or upgrade the service for higher limits. Maximum number of indexes allowed: 15 Status: 429 (Too Many Requests) Content: {"error":{"code":"","message":"An index with the name 'datarefine' in service 'cs-aiatdil-00' could not be created. Index quota has been exceeded for this service."

    As error suggests that you are hitting the index limits. please see Index limits for current limits.

    To resolve this you need to delete the existing resources or you need to upgrade to higher pricing tier.

    Currently, there is no option to delete the indexes from Azure AI studio. However, you can follow the below approach.

    You can see indexes by going into existing 'search service' resource created in Azure portal and selecting 'indexes' within the search service.

    User's image

    Choose the index you would like to delete and select delete.

    Also, you can use Delete Index (Azure Cognitive Search REST API) to delete the indexes.

    DELETE https://[service name].search.windows.net/indexes/[index name]?api-version=[api-version]  
      Content-Type: application/json  
      api-key: [admin key]
    
    

    Do let me know if that helps or have any other queries.

    If the response helped, please do click Accept Answer and Yes for was this answer helpful.

    Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.


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.