Hi, I am trying to build QA bot on slack channel. Referred to this notebook to give a start -
https://github.com/jerryjliu/gpt_index/blob/main/examples/data_connectors/SlackDemo.ipynb. But I am getting the following error.
ERROR:gpt_index.readers.slack:Error creating conversation: The request to the Slack API failed. (url:
https://www.slack.com/api/conversations.replies)
The server responded with: {'ok': False, 'error': 'ratelimited'}
Though the error is regarding rate limit. I am confused how to resolve it. Any directions @jerryjliu0 or anyone can give?