AWS QnABot is a multi-channel, multi-language conversational interface (chatbot) that responds to your customer's questions, answers, and feedback. The solution allows you to deploy a fully functional chatbot across multiple channels including chat, voice, SMS and Amazon Alexa.
Describe the bug
in certain circumstances, a QID match would return a score of <1 from opensearch. In this case, match would fail because the generic OS threshold of 1 was being used. Any QID matched above 0 should be returned as a hit
To Reproduce
Create new question with:
QID = help, question = question, answer = answer
ask a QID query in the client: QID::help
Expected behavior
QnaBot should correctly match the QID and return a response of answer
Please complete the following information about the solution:
[v5.3.1] Version: [e.g. v0.0.1]
[us-east-1] Region: [e.g. us-east-1]
[N] Was the solution modified from the version published on this repository?
[N/A] If the answer to the previous question was yes, are the changes available on GitHub?
[N/A] Have you checked your service quotas for the sevices this solution uses?
Describe the bug in certain circumstances, a QID match would return a score of <1 from opensearch. In this case, match would fail because the generic OS threshold of 1 was being used. Any QID matched above 0 should be returned as a hit
To Reproduce Create new question with:
help
, question =question
, answer =answer
QID::help
Expected behavior QnaBot should correctly match the QID and return a response of
answer
Please complete the following information about the solution: