Hey Botpress folks,
Weāre a group of students working on a chatbot for our schoolās website, and we happened to sumble upon botpress.
The bot needs to pull info from different parts of the site, including static info pages and dynamic pages (which frequently update) with PDF circulars.
Weāve added the static pages to the botās knowledge base as website resource using their URLs, since these will remain pretty much the same. But weāre having trouble with the dynamic pages. Weāve set up the URLs like this: {website}/index.php/circolare/page/{page_number}/ and weāre considering pages 1 to 26, as this provides a good balance between the volume of pages and the need to consider the most recent circulars.
We tried adding these dynamic pages as āsearch the webā resources because they update very frequently. But when we do that, the bot just loads forever and doesnāt give an answer. If we only include the static pages as website resources the bot is able to extract information from them and answer just fine..
Any advice on how we can get the bot to work with both static and dynamic pages? Thank you.