Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft.Bot.Builder.AI.QnA library -> migration path from QnAMakerRecognizer to Custom Question Answering? #6750

Open
omon77 opened this issue Feb 14, 2024 · 0 comments

Comments

@omon77
Copy link

omon77 commented Feb 14, 2024

I am not sure if there is a gap in migration guide or the functionality hasn't been worked on yet, but I am trying to figure out what is the path forward for the QnAMakerRecognizer and how to port code to leverage Custom Question Answering?

Documentation states:

Bot SDK: For bots to use custom question answering, use the Bot.Builder.AI.QnA SDK – We recommend customers to continue to use this for their Bot integrations.

Here is the screenshot:
image

Are there plans on updating the library, specifically the QnAMakerRecognizer, as it is returning instance of QnAMaker...

return Task.FromResult<IQnAMakerClient>(new QnAMaker(endpoint, new QnAMakerOptions(), httpClient, TelemetryClient, logPersonalInfo));

With the upcoming retirement of QnAMaker, it seems that the whole QnAMaker* segment of the SDK needs to be ported over to leverage Question Answering and Custom Question Answering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant