botbuilder-dotnet icon indicating copy to clipboard operation
botbuilder-dotnet copied to clipboard

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

Open omon77 opened this issue 1 year ago • 0 comments

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...

https://github.com/microsoft/botbuilder-dotnet/blob/07ed900bb7326e85b8a277a10dcf78db0806ab2d/libraries/Microsoft.Bot.Builder.AI.QnA/QnAMakerRecognizer.cs#L303

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.

omon77 avatar Feb 14 '24 20:02 omon77