I'm exploring options for having multiple knowledge bases connected to separate chatbot nodes for different topics.
Is it possible to configure Botpress so that each node queries answers only from its assigned knowledge base, rather than searching across all knowledge bases?
For example:
Node 1 for FAQs on "Accounting" pulls answers only from the "Accounting KB"
Node 2 for "Support" queries the "Support KB"
Node 3 for "Sales" uses the "Sales KB"
My goal is to create topic-focused conversational flows, with the bot able to provide intelligent responses powered by relevant knowledge bases.
If this type of one-to-one node-to-KB configuration isn't supported out of the box, are there any recommended workarounds? Eager to hear your suggestions on the best approach.
Thanks in advance for any guidance!