0
votes

I Tried to add sharepoint url to QnA Maker but got "Bad Argument Unsupported/Invalid URLs:". I Tried with sharepoint list, excel and word document but same error for all urls

Any solutions?

enter image description here

1
are you manually creating the knowledgebase?Muhammad Murad Haider
yes manually creating it.sree
try creating anchor tags e.g. <a href=""></a> in you answersMuhammad Murad Haider
This is the content of the document whose url is being passed in QnA Maker-> ``` Earlier-> Question 1 Test question 1 answer is here Now-> Question 1 <a href=""> Test question 1 answer is here</a> ``` But still the error is same. Can you please give a sample question and answer which will work?sree
ok let me check if i have oneMuhammad Murad Haider

1 Answers

0
votes

Please create an excel (.xlsx) file with you questions and answers and try importing in your knowledgebase by yourQnAServicePortal -> Settings->Click Add files your excel file should contain the questions and answers in following format: enter image description here

QnA maker service should automatically extract question and answers from your excel file and add to your knowledgebase. you can include html tags in your answers and make sure to publish the knowledgebase after adding the file. Hope this helps.