Questions tagged [azure-qna-maker]

Questions regarding the use and implementation of Microsoft's QnA Maker.

Easy-to-use, REST API and web-based service that trains AI to respond to user's questions in a more natural, conversational way.

With optimized machine learning logic and the ability to integrate industry-leading language processing with ease, QnA Maker distills masses of information into distinct, helpful answers.

enter image description here

596 questions
1
vote
0 answers

Importing knowledge base from MD File

How can we fetch the QnA Pair from the URL which runs JS and then renders the DOM? The file is in markdown format and renders into HTML via running JS. I came to know that the QnA Maker only searches the HTML contents. I want to have QnA pairs from…
Sumit
  • 11
  • 2
1
vote
0 answers

MS teams 2.0.10 as a channel can't support Multi-turn

QnAMaker based chat bot can deployed to MS Teams 2.0.8 with multi-turn feature, however the new version 2.0.10 on iPad can't support that. Anyone encountered such issue pls? how to fix? It's frustrated if the higher version is not compatible.
1
vote
0 answers

Is there a reason my tenant is in red text in QnA maker?

I'm in qnamaker trying to find my knowledge base and I was using a free azure account. That has expired, however, I want to get my knowledge base. The tenant is red when i try and select it. All tenants does not pull up a knowledge base either. …
Cody Ash
  • 11
  • 1
1
vote
2 answers

Add IP restrictions on QnA maker app service

I am trying to add IP restrictions to my app service associated to my QnA Maker to make it available only through an application gateway. Now, the service works through the gateway but the qna maker portal doesn't work anymore. I get the following…
Grumpf
  • 21
  • 3
1
vote
0 answers

How to implement feedback dialog in bot service?

I am developing a bot service using botframework with c#. I want to show a feedback dialog to the user at the end of dialog. And I want to save the feedback contents to the external cloud storage. I want to embed it in this source, but I have no…
jpstack
  • 11
  • 1
1
vote
1 answer

How to change Default answer No QnAMaker answers found in Azure qnamaker

I have choosen Nodejs in Azure Webapp bot with Qnamaker and Default No answer modified in online code editor itself, but still it is not reflecting in chat. Even I tried changing the Default answer in app service configuration its not working
1
vote
0 answers

Using QnA Maker generateAnswer API, getting Response as Unable to translate bytes [A0] at index 35 from specified code page to Unicode

Been using generateAnswer API for QnA Service of Microsoft. As a Reference exact code with keys manipulation been used from link:…
wannabdev
  • 11
  • 4
1
vote
1 answer

QnA maker Context Only does not work: Follow up question Is understood outside of contextual flow

So I follow every step that the Microsoft Docs say and what this person said on Stackoverflow. I make sure that I check the Add Follow-up Prompt add the Q and A, then I check the Context Only box. Once I do that I save and train my bot. When I go to…
1
vote
1 answer

Best way to convert FAQ with images into a knowledge base for a QnA bot

I have an FAQ document (MS word) that I want to convert into a QnA knowledge base to support a QnA bot. I can use QnA Maker to import text from the document but all images get stripped out. Without the images the answers are nonsensical. I know…
Moe
  • 23
  • 3
1
vote
0 answers

When Qna maker is integrated with Power virtual agents, in power virtual agent follow-up prompts are not seen

I have a knowledge base in QnA maker, where in few answers i have follow-up prompts for multi-turn conversation. Those follow-up prompts are not seen in power virtual agent when integrated with qna maker. Any idea on how to get the follow-up prompts…
1
vote
0 answers

QnAMaker bot default directory issue in Azure

I cannot see my Azure qnamaker knowledge base in 'All tenants'. I see my default directory under the drop-down but cannot click on it. Can someone help me resolve this?
1
vote
3 answers

Unable to select QnA service in the Create Knowledge Base wizard

I'm using the QnA Maker service for the first time and I went to Create a knowledge base. In step 1, Create a QnA service in Microsoft Azure, I created an Azure QnA service. This created successfully. In Step 2, Connect your QnA service to your KB,…
Ian
  • 13
  • 3
1
vote
0 answers

Basic Python Echo Bot not addressable through Bot Framework Emulator (Post 500) after linking to Azure QnA Maker

I have followed the official instructions (Docs) on how to create a python echo bot with the SDKv4 and as soon as the described init function is added my bot ceases to work. The echo bot by itself, without the connection to the Azure QnA Maker…
1
vote
0 answers

Handling multiple QNA KBs & skill bots in Luis

Essentially, my company has a dispatch model chatbot built in Botframework, Luis & QNA Maker. We typically have one skill bot and one KB per subject area, which is leading to some issues in the dispatch model not knowing how to route an utterance…
1
vote
2 answers

How does QnAMaker Update API know which one to update?

The QnAMaker KB Update API has the following payload: "update": { "name": "QnA Maker FAQ Prompts Bot", "qnaList": [ { "id": 2, "answer": "You can use our REST apis to create a KB. See here for details:…
Kavin Mehta
  • 810
  • 10
  • 18