I will explain what I am trying to achieve.
What I am trying to achieve is provide a higher level human level conversation experience to the end user even though he is talking to the bot.
Now when you design flows using intent you have to think of all paths and kind of build a mechanical flow.
Rather if I could just create all the questions that user could ask. (wrt the context) and make GPT access those then the conversation design will be much smoother, imo.
The problem is chat gpt has a token limit. So I can't send a lot of data in the prompt itself. Hence was wondering if I can achieve the same via knowledge base., only if I could set up a personalized knowledge base in real time for each user.
Any suggestion? Or if there's another way to achieve my requirement?