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

Add support for Question Answering like with QnA Maker #1340

Closed
jrpavoncello opened this issue Apr 11, 2022 · 4 comments
Closed

Add support for Question Answering like with QnA Maker #1340

jrpavoncello opened this issue Apr 11, 2022 · 4 comments
Labels
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.

Comments

@jrpavoncello
Copy link

These CLI tools don't seem to have support for Azure's new Question Answering service like it does for QnA Maker - i.e. things that build automation might do like adding/updating/removing/training/publishing/exporting knowledge bases, and replacing the alterations list.

Describe the solution you'd like
Add an equivalent CLI like what is done for QnA Maker

Describe alternatives you've considered
We could migrate our CI/CD pipelines over to use the REST API for Question Answering, though this would increase the scope a bit of our migration. According to the QnA Maker documentation they will stop allowing new services as of October of this year which puts our production environment at risk if we ever need to spin up new resources, so we are trying to get migrated as quickly as possible.

Related to #6413 and #1339

[enhancement]

@jrpavoncello jrpavoncello 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 Apr 11, 2022
@ksk385
Copy link

ksk385 commented Jun 7, 2022

We are looking for an option like this one as well. Thanks!

@birla
Copy link

birla commented Oct 14, 2022

MSFT has completely deprecated QnA maker and customers want to migrate to the new service. Seems like we need to stop using this toolkit as Luis is also on the way to depreciation.

@jrpavoncello
Copy link
Author

We converted to using the REST api fully due to this. One of many things that was support was silently dropped for when they switched to orchestrator and language services

@tracyboehrer
Copy link
Member

As QnA is on a deprecation path, no new QnA feature will be added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.
Projects
None yet
Development

No branches or pull requests

4 participants