0
votes

I have a couple of questions regarding the QnAMaker service from Azure Cognitive services -

  1. For adding KB articles, does it support adding SharePoint Online Url directly?.
  2. Is there a way to use an API route to submit documents. The API reference here does not seem to provide an easy route. I can add Q&A pairs but I want the QnA service to identify Q&A's from the document by itself.
  3. As I understand, the data plane for QnAMaker is Azure Search, can we leverage Azure to crawl the data, and then we use QnAMaker to surface the data?.
  4. Currently, QnA maker does not seems to support auto-extraction of non-public URLs. Can we extend this facility?.
2

2 Answers

0
votes

The QnA Maker doesn't support adding SharePoint Online URLs directly as it parses only public URLs and does not support authenticated data sources as per the documentation.

The tool parses only public URLs and does not support authenticated data sources at this time. Alternately, you can download the file and use the file-upload option to extract questions and answers.

So, if you want to auto-extract non-public URLs, you'll have to download them and use the file-upload option to extract questions and answers.

0
votes

QNAMaker now supports adding a secured SharePoint data source to your knowledgebase.

See https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/add-sharepoint-datasources