How can you handle throttling and/or quota in qna maker? I'm sure that I'm not the only one who has this question, and maybe, you'll give me some ideas.
I have a chatbot that handles specific problems, but the user can also type free text, so I want to be able to respond to some social questions like hi, hello, bye bye, thank you or swearing. So QnA seams perfect for this.
The problem is that 10k requests quota means aprox 300 requests per day. Presuming 30 chats per day with an average handling time of 10-15 minutes with lots of questions, I think the quota is exceeded too soon.
Any ideas?