Hi @ZenbitTech ,
welcome to the Microsoft Q&A Platform!
Error you're facing—"Rate limit is exceeded. Try again in 10 seconds"
—indicates that you've hit the usage limits set for your Azure OpenAI service.
- Rate Limiting: Wait 10-30 seconds before retrying or upgrade your plan.
- Quota Exceeded: Check and increase your usage limits in the Azure portal.
- Improper Document Upload: Ensure proper document upload to avoid multiple requests.
- Retry Logic: Implement retry logic with exponential backoff to handle rate limits.
- Scaling Resources: Scale your Azure OpenAI instance to handle higher usage. If the answer is helpful, please click "Accept Answer" and kindly upvote it.