Hi! 👋
I'm new to Botpress and have made huge progress but haven't been able to solve the following case:
Need:
* Create an AI bot as an ecommerce guide. Respond a short answer and guide the visitor to the corresponding page. Examples:
- User: Do you have wine?
- Bot: Yes. Our wine is perfect for any occasion or gift. More information: www.mysite.com/wine
- User: What is your delivery time?
- Bot: Our delivery time is 2 days. More information: www.mysite.com/delivery
* I have added plain text to my knowledge base with product categories (wine, food, etc), a short description and the corresponding URL.
Problem:
* Even adjusting multiples times my prompt and instructions, the AI bot doesn't always mention the URL or it makes up new URLs that don't exist. Example:
- User: Do you have white wine?
- Bot: Yes. Our wine is perfect for any occasion or gift. More information: www.mysite.com/wine-white (this URL doesn't exist).
Anyone knows a good prompt, instruction or setup for this kind of ecommerce bots? Would Botpress Tables be a better "knowledge base" instead of a plain text?
Thanks for the help!