Closed diberry closed 1 year ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @cahann, @kayousef.
@cahann , @kayousef , @lmazuel - Following up to see if there is any update on the above feedback? - Thank you
Feedback noted with the coming SDK version. Thanks.
Please note: Language Understanding (LUIS) will be retired on 1 October 2025 and superseded by Conversational language understanding (CLU), a cloud-based AI offering in Azure Cognitive Services for Language. Starting 1 April 2023, users will not be able to create new LUIS resources. You can migrate from Language Understanding (LUIS) to conversational language understanding (CLU) following the instructions here. You can also read about the differences between LUIS and CLU in this side-by-side comparison.
The new Python library for CLU, azure-ai-language-conversations, follows the Python guidelines on versioning found here: https://azure.github.io/azure-sdk/python_design.html#package-versioning. The releases for the CLU client library can be found on the PyPi page: https://pypi.org/project/azure-ai-language-conversations/#history. Any release marked with "b" or "pre-release" is a beta release and targets a preview version of the service. Otherwise the version is stable and targets a GA version of the service. You can view exactly which API version the client library targets by clicking on the release and navigating to "Install the package".
Package Name: azure-cognitiveservices-language-luis
The current LUIS team has 3 versions of their rest API available right now for authoring. The GA version is the API is 2.x, and the preview is labeled 3.x, and the version after that, is 4.x. These are referenced in the docs and have significantly different features for building models.
How is a customer supposed to understand there is only one python package and its version isn't a 1.0 yet? What is a customer supposed to understand about the python package based on this versioning? Not GA, just peview with no support?