BotBuilder-Samples icon indicating copy to clipboard operation
BotBuilder-Samples copied to clipboard

Update Orchestrator with Custom Question Answering

Open Arsh-Kashyap opened this issue 3 years ago • 2 comments

Use this query to search for the most popular feature requests.

Is your feature request related to a problem? Please describe. Currently 14.nlp-with-orchestrator uses QnAMaker which is about to be deprecated. Sample should be updated with Custom Question Answering

Describe the solution you'd like Update 14.nlp-with-orchestrator with Custom Question Answering.

Additional context We already have samples 12.CustomQABot and 48.CustomQABotAllFeatures that demonstrate the capabilities of Custom Question Answering.

Arsh-Kashyap avatar Apr 27 '22 15:04 Arsh-Kashyap

Does NLP orchestrator support addition of a Question Answering project to it ? In the NLP Orchestrator Sample the model is being trained with QnA and LUIS resources only. As we are planning migration for our existing projects with Dispatch and QnA resources to NLP orchestrator with Custom Question Answering we need a sample or documentation for this.

Harikishore-KA avatar Sep 27 '22 02:09 Harikishore-KA

Hi @Harikishore-KA, I worked on it while I was an intern at Microsoft. A sample has already been pushed to experimental folder that uses Custom Question Answering project to train the model in both CSharp and NodeJS. Link: https://github.com/microsoft/BotBuilder-Samples/tree/main/experimental/language-orchestrator

Arsh-Kashyap avatar Sep 27 '22 03:09 Arsh-Kashyap