Unexpected Ingestion error in Azure OpenAI Studio
In Azure OpenAI studio chat playground, I used to be able to add a datasource, which is my azure blob storage. This process would create an azure cognitive services index, which is used by the chatbot.
However, since the last few days, when I try to add a datasource in Azure OpenAI studio playground, I get the following error:
We couldn't connect your data
Indexing failed on openai-dev-index-two-indexer-chunk. Details: message: Unexpected ingestion error occurred. details: The request body is too large and exceeds the maximum permissible limit. RequestId:0f9b2df4-f003-0089-0602-d5705c000000 Time:2023-08-22T14:12:06.3664871Z ErrorCode:RequestBodyTooLarge maxlimit:131584 Content: <?xml version="1.0" encoding="utf-8"?><Error><Code>RequestBodyTooLarge</Code><Message>The request body is too large and exceeds the maximum permissible limit. RequestId:0f9b2df4-f003-0089-0602-d5705c000000 Time:2023-08-22T14:12:06.3664871Z</Message><MaxLimit>131584</MaxLimit></Error>
I files in Azure blob storage are now much smaller than what they were before (i.e. when the indexing process used to work), however now this process does not work anymore.
Any idea why this is happening? What can be done to over come this issue? I am a little confused because this exact setup used to work until a few days ago. What has changed?
Thank you.