I am in the process of building a website and would like to add a chatbot. I have tried various methods but have been unable to make it function properly.
Pickaxe studio under experimentation
What I Want to Achieve
- When users ask about recipes, provide recipes and their URLs from the knowledge base
https://ava-webstudio.com/moromiya/aiknowledge/ - Suggest a recipe list page when an appropriate answer is not available
もろみレシピ一覧ページ - Prevent the AI from creating recipes that don’t exist in the knowledge base
What I’ve Tried
-
Anticipating that the number of recipes will increase, I created a page that compiles recipes for the knowledge base. (https://ava-webstudio.com/moromiya/aiknowledge/)
However, it doesn’t correctly provide the URLs listed on the page and instead suggests fictitious URLs that don’t exist. -
I tried importing data formatted in a table in CSV, but this also doesn’t work properly.
-
I’ve lowered the Relation Cutoff to 20, but it’s still problematic that the AI creates and responds with recipes that don’t exist in the knowledge base.
Does anyone know any tips for accurately providing content from a knowledge base? Any advice would be appreciated.