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] LUIS retired, CLU needed #3970

Open
d-kleine opened this issue May 2, 2024 · 0 comments
Open

[Feature request] LUIS retired, CLU needed #3970

d-kleine opened this issue May 2, 2024 · 0 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

@d-kleine
Copy link

d-kleine commented May 2, 2024

Is your feature request related to a problem? Please describe.
It seems like there is currently no implementation of Conversational Language Understanding (CLU) in the Samples. As of 1st April, you cannot create new LUIS services anymore, see https://www.luis.ai/
grafik

Describe the solution you'd like
I would like to see a comprehensive node.js - and if possible also a Python - sample code that demonstrates how to implement CLU (to classify utterances into intents and extract information) with entities in the Azure bot. It would be beneficial if the sample code also includes comments or a guide that explains each part of the code and how it contributes to the overall functionality.

With reference to the Azure SDK, maybe ConversationAnalysisClient would be useful for that.

Describe alternatives you've considered
I have also thought about creating a custom solution, but this would require a significant amount of time and resources.

Additional context
Please also see #3942

@d-kleine d-kleine 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 May 2, 2024
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

1 participant