ratty-blush•2y ago
Is it possible to have different knowledge base foreach user who interacts with the bot? :)
Context: Trying to build a B2C bot. Each user has some different context. Hence the above question. Any alternative to achieve this use case?
4 Replies
optimistic-gold•2y ago
@NayakAvishek#058 hey DM me.
I might be able to help
Definatly possible, but would need a bit more info.
ratty-blushOP•2y ago
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?
I DMed you