I am new to the Microsoft Bot Framework and the Cognitive Services. For a project, I want to create a QnA Bot system which answers questions for a department. Those questions are coming from a PDF file.
The PDF file is like a manual. I tried to import the pdf to the qnamaker, but it doesn't convert the right sections. The goal is to create qna pairs from the pdf file and inject it to qna maker.
Me questions are:
- How can I create a bot which answers questions which are coming from the manual.pdf?
- How does QnAMaker convert qna pairs from a file? (Couldn't find this in the documentation)
I appreciate if you can take a look at the problem for any suggestions. Thank you.