2 separate knowledge bases.
# 🤝help
m
I need 2 separate Knowledge agents, this is because i need the bot to answer differently depending on the route the user takes
a
Hey @mysterious-action-40978 knowledge bases can be scoped using folders. For example, the bot in the screenshot has two flows: main and Foo. Foo is in a folder with a knowledge base, Foo_KB. Knowledge base searches from main will not search information in Foo_KB, and knowledge searched from Foo will not search info in Main_KB.

https://cdn.discordapp.com/attachments/1144581822420889600/1144596628838285372/image.png

t
@alert-jackal-32515 I think this will solve your problem too
a
@thousands-garden-28320 it wont as in the other workflow it wont read my knowledge base at all
refuses to take anything from KB goes straight to {{!turn.KnowledgeAgent.responded}}

https://cdn.discordapp.com/attachments/1144581822420889600/1144616933765947442/image.png

t
I'm a little confused, can't you create a folder with a workflow and a KB?
a
I did the flow I sent you is from the new workflow with a diffrent KB, but it refuses to read the KB...
t
Hmmm... honestly, I'm not quite sure what's the best way to tackle this. Won't something like this work?

https://cdn.discordapp.com/attachments/1144581822420889600/1144625436907806861/image.png

a
Hmm that worked.. But I dont want that raw input there
t
well I think the query must be specified to check against the KB
3 Views