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

Feature Request: Bot Framework to use new Language Cognitive Service #6413

Open
14 tasks
ksuchy opened this issue Nov 15, 2021 · 13 comments
Open
14 tasks

Feature Request: Bot Framework to use new Language Cognitive Service #6413

ksuchy opened this issue Nov 15, 2021 · 13 comments
Labels
backlog The issue is out of scope for the current iteration but it will be evaluated in a future release. Bot Services Required for internal Azure reporting. Do not remove. Do not change color. customer-replied-to Indicates that the team has replied to the issue reported by the customer. Do not delete. customer-reported Issue is created by anyone that is not a collaborator in the repository. ExemptFromDailyDRIReport Use this label to exclude the issue from the DRI report. feature-request A request for new functionality or an enhancement to an existing one.
Milestone

Comments

@ksuchy
Copy link

ksuchy commented Nov 15, 2021

Issue

I am trying to create a new FAQ bot (.NET) using the custom question answering feature. This has recently moved from QnA Maker service to Language Cognitive Service. The Bot Framework does not appear to have a package for interacting with this new service.

Proposed change

A package to integrate with knowledge bases/projects built in Language Studio

Component Impact

All versions of SDK

Tracking Status

Dotnet SDK TODO

  • PR
  • Merged

Javascript SDK TODO

  • PR
  • Merged

Python SDK TODO

  • PR
  • Merged

Java SDK TODO

  • PR
  • Merged

Samples TODO

  • PR
  • Merged

Docs TODO

  • PR
  • Merged

Tools TODO

  • PR
  • Merged
@ksuchy ksuchy added feature-request A request for new functionality or an enhancement to an existing one. needs-triage The issue has just been created and it has not been reviewed by the team. labels Nov 15, 2021
@stevkan stevkan added Bot Services Required for internal Azure reporting. Do not remove. Do not change color. customer-reported Issue is created by anyone that is not a collaborator in the repository. labels Nov 16, 2021
@HesselWellema
Copy link

I'm having the same issue on NodeJs. #6438
Would be nice to have a decision from the team if they expect to support it or not. I would like to upgrade some databases to the new model.

@benbrown
Copy link
Contributor

benbrown commented Dec 8, 2021

Thanks for the feature request. We are currently evaluating how we will integrate with this new service in the Bot SDK. We do not currently have a timeline for this new functionality.

@benbrown benbrown added customer-replied-to Indicates that the team has replied to the issue reported by the customer. Do not delete. backlog The issue is out of scope for the current iteration but it will be evaluated in a future release. and removed needs-triage The issue has just been created and it has not been reviewed by the team. labels Dec 8, 2021
@benbrown benbrown added this to the R2022.1 milestone Dec 8, 2021
@benbrown benbrown added the ExemptFromDailyDRIReport Use this label to exclude the issue from the DRI report. label Dec 8, 2021
@ksuchy
Copy link
Author

ksuchy commented Jan 6, 2022

Is there any update on this?

@peterswimm
Copy link

There should be support for this in the next update of the SDK.

@jrpavoncello
Copy link

Also looking forward to this - we're looking to migrate our chatbot over to the new services whenever this is ready.

@HesselWellema
Copy link

A new message on the QnAMaker site: Starting 1st October, 2022 you won’t be able to create new QnA Maker resources.
Do you guys expect to have this feature shipped before that date? Thank you.

@casperhuijsman
Copy link

Please provide an update on the timeline @benbrown

@peterswimm
Copy link

Work on this is progressing, but we have no timeframe yet.

@rajeeshmenoth
Copy link

A new message on the QnAMaker site: Starting 1st October, 2022 you won’t be able to create new QnA Maker resources. Do you guys expect to have this feature shipped before that date? Thank you.

I have the same doubt, Is there any updates on this @peterswimm ?

@bensaine
Copy link

bensaine commented Jun 7, 2023

Hey, any update on this?

@jrpavoncello
Copy link

@bensaine They added a C# client over in microsoft/botbuilder-dotnet that implements IQnAMakerClient, like the old QnA Maker client: CustomQuestionAnswering.cs.

@bensaine
Copy link

bensaine commented Jun 8, 2023

@bensaine They added a C# client over in microsoft/botbuilder-dotnet that implements IQnAMakerClient, like the old QnA Maker client: CustomQuestionAnswering.cs.

Thanks! Do you know if a JS SDK implements it?

@jrpavoncello
Copy link

jrpavoncello commented Jun 9, 2023

@bensaine With first hand experience, no. But I see they have what appears to be the same client but with a typescript implementation over in the JS library:

https://github.com/microsoft/botbuilder-js/blob/main/libraries/botbuilder-ai/src/customQuestionAnswering.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog The issue is out of scope for the current iteration but it will be evaluated in a future release. Bot Services Required for internal Azure reporting. Do not remove. Do not change color. customer-replied-to Indicates that the team has replied to the issue reported by the customer. Do not delete. customer-reported Issue is created by anyone that is not a collaborator in the repository. ExemptFromDailyDRIReport Use this label to exclude the issue from the DRI report. feature-request A request for new functionality or an enhancement to an existing one.
Projects
None yet
Development

No branches or pull requests

9 participants