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

LUIS and QnA Maker deprecated/retired, replaced by CLU and Custom QA #35561

Open
d-kleine opened this issue May 9, 2024 · 5 comments
Open

LUIS and QnA Maker deprecated/retired, replaced by CLU and Custom QA #35561

d-kleine opened this issue May 9, 2024 · 5 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Cognitive - QnA Maker customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@d-kleine
Copy link

d-kleine commented May 9, 2024

Is your feature request related to a problem? Please describe.
As of 1st April, you cannot create new LUIS services anymore, it has been replaced by Conversational Language Understanding (CLU), see https://www.luis.ai/
grafik

Also QnA Maker is deprecated and has been replaced by Custom Question Answering, see https://www.qnamaker.ai/
grafik

Therefore, the Python code samples provided here don't work anymore.

Describe the solution you'd like
We need updated Python code samples reflecting the transition from LUIS to CLU and from QnA Maker to Custom QA. This includes any necessary changes to the import statements, class instantiation, and method calls to ensure compatibility with the new services.

Describe alternatives you've considered
One alternative is to manually modify the existing code samples to align with the changes in services. However, this approach is time-consuming and error-prone, especially for developers unfamiliar with the intricacies of the transition. Therefore, having officially updated Python code samples provided by Azure would greatly expedite the process for developers migrating to CLU and Custom QA.

@github-actions github-actions bot added Client This issue points to a problem in the data-plane of the library. Cognitive - QnA Maker customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention This issue is responsible by Azure service team. labels May 9, 2024
Copy link

github-actions bot commented May 9, 2024

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @bingisbestest @nerajput1607.

@swathipil
Copy link
Member

Hi @d-kleine - Thanks for opening an issue! We'll take a look asap!

@swathipil swathipil removed the Service Attention This issue is responsible by Azure service team. label May 9, 2024
@github-actions github-actions bot added the needs-team-triage This issue needs the team to triage. label May 9, 2024
@kristapratico
Copy link
Member

@d-kleine thanks for your issue. We're currently working on cleaning up deprecated libraries and documentation so that it's more clear which client libraries to use. Our libraries that target LUIS and QnAMaker will soon be deprecated:

LUIS: azure-cognitiveservices-language-luis
QnAMaker: azure-cognitiveservices-knowledge-qnamaker

The libraries you should use for CLU and QA include the following:

CLU: azure-ai-language-conversations
QA: azure-ai-language-questionanswering

Therefore, the Python code samples provided here don't work anymore.

For CLU, there is a sample that shows how to use the old LUIS service (sample_analyze_orchestration_app_luis_response.py) and we will remove it. The other samples should work with the current CLU service. Is there something you found that didn't work?

@kristapratico kristapratico added needs-author-feedback More information is needed from author to address the issue. and removed needs-team-attention This issue needs attention from Azure service team or SDK team needs-team-triage This issue needs the team to triage. labels May 9, 2024
Copy link

github-actions bot commented May 9, 2024

Hi @d-kleine. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.

@d-kleine
Copy link
Author

d-kleine commented May 9, 2024

Thanks! I was just asking to update these Azure SDK for Python samples to be working with CLU and Custom QA, along with an updated documentation and code comments.

I haven't tested it yet because the Python samples looked deprecated. I wanted to try to set up an QA Bot with Azure Bot with Python (as there are no Python samples in the BotBuilder Samples provided for that).

@github-actions github-actions bot added needs-team-attention This issue needs attention from Azure service team or SDK team and removed needs-author-feedback More information is needed from author to address the issue. labels May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Cognitive - QnA Maker customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

4 participants