I watched too many tutorials but i still can't make a go
my goal is to make a bot that answers questions of a knowledge base
the starting node should be like this
- schedule
- resources
- query knowledge base
- summarize the user input
and the transition between them is based on the user first message
some-holiday-75807
03/01/2024, 3:58 PM
and i want to know how to set the query knowledge option and summrization option
c
cold-jewelry-54343
03/01/2024, 10:08 PM
try to learn the individual components separately first:
- so first learn about querying knowledge basis,
- than about using the AI node to summarize the user input
etc. Also check out how some of the template bots are made are shared here.
s
some-holiday-75807
03/01/2024, 10:18 PM
I was having a hard time learning botpress
I know every and each tool and card but i don't know how to use them in a combinition that serves my goal