Using Web Search as an KB source
# 🤝help
c
I am creating a simple chatbot for a website that could answer from KB while I am using that website as the KB using web search. Issue - Bot is not able to answer the questions which requires reference of nested web pages. And also we can only add website domains as KB. For Example in the attached SS, bot is not able to provide information in the webpage "http://parimal.iitr.ac.in/event".

https://cdn.discordapp.com/attachments/1135591708428607489/1135591710068580513/image.png

Can someone suggest what i should do?
@witty-football-93730
@acceptable-gold-88171
c
It should crawl the whole domain. Is the website dynamic? Ie it fetched API data to populate the page? I don’t think KB can handle that. You can dump to a txt or pdf file in that case
c
This happens in the case of dynamic websites?
or it should be a dynamic website
45 Views