can somebody throw some light on the architecture that should be used to build a chatbot that reads data from JSON file that contains instances metadata, provides relevant info to user when qn asked for that aws account?
@WhiteFang_Jr , thanks a lot for replying. but if i have to do qn answering over large dataset then how is that possible? bcz i got this openai for obvious reasons raise retry_exc from fut.exception() tenacity.RetryError: RetryError[<Future at 0x13b10d460 state=finished raised RateLimitError>]
@WhiteFang_Jr can you advice the architecture or workflow to be adopted to get the following. "the question can be natural language like how many distinct albs are present and for each alb what is the count of instance." the bot/ system should be able to analyze the metadata of account which is stored in json or any other file and give responses for the questions asked in natural language. The file might be updated day by day or something like that.