I have a couple of questions regarding the QnAMaker service from Azure Cognitive services -
- For adding KB articles, does it support adding SharePoint Online Url directly?.
- 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.
- 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?.
- Currently, QnA maker does not seems to support auto-extraction of non-public URLs. Can we extend this facility?.