Architecture question
# support
d
I am creating an app that could scale to hundreds or more phone numbers, each providing information to the caller which is unique. The question I have is how best to set up the relationship between these phone numbers and the assistants. Ideally the bulk of that unique information is stored in a knowledge base. Do I.... (A) set up an assistant for each phone number (B) set up a single assistant and load the knowledge base dynamically If (A) then doesn't scaling becomes an issue? If (B) then how the heck do I dynamically load the knowledge base associated with the phone number? And what about concurrent calls? And what kind of performance hit might there be as the knowledge base get's loaded (if this is even possible)? Any and all input on this gratefully accepted!
s
Hey @darmitage. , responded back to you on email. Let's tackle this over there!
2 Views