R42 - System Operations Improvements and Qwen Model Support
This update focuses on several improvements to system operations capabilities and introduces support for Qwen model conversations
Key Features and Improvements
1. AI Base - System Operations Optimization
This update brings several optimizations to system operations, including: improved log cleanup mechanism, built-in database auto-backup, and configurable service health monitoring.
-
Improved Log Cleanup Mechanism: Previously, AISE system logs were only kept for 60 days with no way to modify this. In R42, we’ve added the AISE_LOG_MAX_HISTORY environment variable to control log retention days. Reference: Product Manual | AISE Service Base | System Operations | Log Cleanup Mechanism
-
Database Auto-Backup: This update introduces built-in database backup capabilities, allowing administrators to control backup frequency. Currently only full backups are supported, with incremental backups planned for future versions. Reference: Product Manual | AISE Service Base | System Operations | Database Backup
-
Configurable Service Monitoring: While service health monitoring was introduced in R40, R42 improves its configurability by allowing users to add/remove monitored services as needed, supporting future dynamic service instance expansion. Reference: Product Manual | AISE Service Base | System Operations | Service Monitoring
2. AI Base - App Market Feature Flags
The App Market management menu now integrates with feature flags in the parameter settings menu, enabling gradual rollouts. Previously, apps in the market could only be enabled/disabled globally. Now, by associating apps with feature flags (configured in System Management/Parameter Settings), apps can be released to specific users or departments.
Reference: Product Manual | AISE Service Base | Feature Flags and Gradual Rollouts
3. AI Base - Qwen Model Support
R42 adds support for Qwen model conversations. Currently tested models include: qwen-2.5-14b-instruct
and qwen-2.5-33b-instruct
. Users interested in trying these can contact our implementation team for configuration details. Future versions will expand support for the full Qwen model series, including code completion and prompt library capabilities, with official documentation.
Other Updates
Fix
SmartCode plugin (vscode and jetbrains) fixed horizontal scroll background issue for wide code blocks in conversationsFix
Code Review Agent fixed support for DeepSeek v2 16B private deployment modelImprovement
App Market improved filename validation rules during plugin package uploads to ensure successful downloads, updated product manualImprovement
SmartChat Web removed pm2 component to prevent backend scheduled restart issuesFix
Dashboard plugin fixed filtering issue after clicking pie chart in statistics page