train thr chatbot with videos
# 🤝help
g
Hey there,I tried to feed my chatbot with sitemap and videos in the knowledge base. however, it only accepts document and wed. Usually plug-ins could help to input the videos but I can't find a way to do it on botpress. Would anyone help me figure it out? Thank you so much!
b
Why do you want to feed it with videos? Don't you just want to feed it the contents of the video ? (Transcript) If so, then the easiest way is to use chatgpt and summarize plugin. It will produce a nice summary and transcript of the video. Additional hint: If you want the bot to efficiently answer questions based on your videos, ask chatgpt to generate QA for the contents of the video. Then supply this to Knowledge Base as a .txt file
g
Thank you for the suggestion! You're right. I was stuck at the video format. Using transcripts, and generated QA can indeed enhance the AI's understanding and improve its capabilities. It's a valuable approach to make interactions more engaging and informative. Thank you so much!