Aura NLP changelog
Changelog of Aura NLP component for Prince Aura Platform release
Changed
2025-04-30 - Migration of NLP packages to Python 3.13.
- NLP training repositories have been migrated to Python 3.13 version.
- Related documents:
2025-05-09 - New Virtual Machine
- A new version of Aura NLP Virtual Machine has been launched, available from Prince release onwards.
- Related documents:
2025-05-09 - Deleted references to LUIS
- With Microsoft LUIS now deprecated and all use case migrations completed, all remaining references to LUIS have been removed from the documentation.
Fixed
2025-05-09 - Video use cases: Wrong entity in film titles with numbers
- In global video use cases, when users asked for films that included numbers in the title, Aura NLP wrongly returned the number of the channel. For example: “Busca la película El 47”. This issue has been resolved and now the system correctly recognizes the movie title using the
ent.audiovisual_film_titleentity.
2025-05-09 - Pods wait for a grace period before shutdown
- Before Prince release, if an event caused a pod restarting (for example, due to pod downscaling), this restart was immediate, so Aura returned an error to the user.
- Now, pods wait for a grace period (5-30 seconds) before shutdown.
Last modified May 21, 2025: feat: Add video use case using AI capabilities to BR #AURA-27741 [RTM] (bb9b4416)