QnA Maker
Welcome to the QnA Maker Forum
Categories
API – Any ideas or feedback pertaining to features or enhancements to QnA Maker API.
Documentation – Any ideas or suggestions for the API Reference or Documentation.
Language Support – Submit a request to have a particular language supported.
Samples & SDK Request – Let us know if you would like to see a Code sample or SDK provided.
Attention!
We have moved our Customer Feedback & Ideas for Azure Cognitive Services portal to the Azure Feedback Forum.
-
Making KB and app versions exportable via automation (i.e. pwsh).
Making KB and app versions exportable via automation (i.e. pwsh).
3 votes -
Support
Allow follow-up prompts to be specified in the Replace API. Currently if a follow up prompt is provided in the Json to the Replace API it creates a recursive link back to the parent question.
The following Json will create the issue
{
"qnaList": [
{
"answer": "I have A1.",
"source": "Editorial",
"questions": [
"Do you have Q1?"
],
"metadata": [],
"context": {
"isContextOnly": false,
"prompts": [
{
"displayText": "How about Q2?",
"displayOrder": 0,
"qna": {
"answer": "I have A2 also.",
"source": "Editorial",
"questions": [
"How about Q2?"
]
}
}
]
}
}
]}
See attached for a…
1 vote -
Better error feedback when unable to import any of the sample files with the free subscription
In the https://www.qnamaker.ai/Create I create my UK hosted Q&A service using the free subscription . Did create my own knowledge file based on the Excel sample . When this showed an import file, I went then tried the original sample ( and the structured doc) . The error message shown in the attachment doesn't actually tell me anything? I suspect a limitation with the free subscription which I will prove shortly.
2 votes -
Knowledge base is not available on QnAmaker portal
Team,
I have a free subscription of azure and created a QnA resource followed by knowledge base and BOT. But now when I am logging to QnAmaker portal it is showing as there is no knowledge base available and also I am not able to create new knowledge base3 votes -
Q and A follow up prompts not showing up in PVA
I have imported Q and A KB into PVA but cannot access the follow up prompts in PVA
1 vote -
Play video in QnA Maker
Is there a way to playback video in Q and A maker ?
1 vote -
What does "Refresh content" do in qna maker knowledgebase?
It should automatically refresh the content from source(SharePoint) at a specific interval such as 1day,1week,1month etc.
2 votes -
QnA Maker Manage knowledge - Problem Adding new URL
I have problems adding a new URL when I manage knowledge base in QnAMaker.
I've tried adding my link but I get the error:
Failed to extract QnAs from the source "URL" - Unsupported / Invalid url(s). Failed to extract Q&A from the source.5 votes -
Create several questions to one answer in Word document
Just now, when you use a word document to create you knowledge base, the ingestion process creates a set of answer-question. To improve the quality of your training model, you have to go manually to QnA interface and add new questions associated to one answer.
What we'd like to have is the ability to create a set of several questions for one answer from the Word Document. Something similar to:
Question1#Question2#Question3#Question4#
Answer1Thanks in advance for you help.
1 vote -
Norwegian chit-chat support
Are you planning to expand the supported languages for chit-chat? It's no realistic to create a qna-bot in another language, as long as the chit-chat support is not there. I'm waiting for Norwegian langauage-support.
1 vote -
Setting to Disable "Create New" option from "Add Follow-up Prompt"
We have a relatively static knowledge base, so creating a new question is a big deal and never should be done off-handedly within the user context of adding a follow up prompt. Every time this option has been invoked, it has been an accidental click that has duplicated an existing question.
It would be nice to have a setting within the QnA Maker GUI that would disable the "Create New" option from within the "Add Follow-up Prompt" dialog.
In the attached screenshare, you can see how trivial it is to inadvertently clone a question by selecting a follow up prompt…
1 vote -
Support all Emojis and Special characters input
Hello,
I have been working with Qna Maker from the past year on dozens of bots. And with the urge need of Facebook chatbot, we have come with the need to support all emojis (eg. hear doesn't work) and special characters input ("?", "!!", etc..)
This is very important for chichat and improve user UX.
Is there any list of supported emojis or special characters?
Thank you
1 vote -
Filter answers by metadata not using code
For members of a team who are populating the QnA Maker, it would be really helpful to have some type of UI functionality that lets you sort answers based on Metadata instead of only filtering metadata from code.
4 votes -
Group QnA pairs based off of some relation
It would be amazing if you could sort the QnA pairs by which QnA pairs are related to each other (e.g. meta data, parent question, context only questons ect...)
2 votes -
KBA not accesible
KBA not accessible from QnAmaker portal however bot is able to access it
1 vote -
Proper display of images while using follow-up promts
If you want to have a image displayed in an answer and use one or more follow-up promts in that same answer, your image is displayed as zoomed in on. If you're not using any follow-up promts in your answer, the image is displayed properly. I guess this has something to do with HeroCards being used once you use follow-up promts in an answer. This should be fixed.
1 vote -
Option to set a main Question
There should be an option to set a main question phrase. Whenever I edit the question that is displayed at the top of the question list of a QnA pair, it automatically appears at the bottom of the question list of this QnA pair after saving. This is really frustrating if you want to work with proposed questions in your chatbot or are identifying the used context by the questions phrasing in QnA maker.
Therefore there should be an option to set your top question phrase as "Main question", so it wont automatically jump to the bottom of the question…1 vote -
combine the existing follow up prompts to create new one
when there is a case , say i have created 2 follow up prompts previously, but now 1st i need to combine them into single follow up prompt and have those 2 sub divisions within them.
1 vote -
Support Adaptive Cards
Allow QnA Maker to support Adaptive card format out of box
5 votes -
Possibility to switch order of follow-up prompts
Possibility to switch order of follow-up prompts. There should option to change the order of follow-up prompts. Currently if you don't do everything alphabetically you have to delete everything and do it again to get the order right.
2 votes
- Don't see your idea?