AI Conductor Release Notes
v2.2.2
July. 17, 2025
Bug Fixes
Set 'MANAGER' of role in Workspace
Creating Workspace when mlops engine in AI Conductor is SageMaker
- Use S3 assigned to workspace created, not general S3
Creating Workspace for LLM
- Check instance of Nodegroup
v2.2.1
July. 14, 2025
Improvements
Updating account information terminates existing sessions
- Add workspace member for account
- Modify workspace member for account
- Delete workspace member for account
- Update account information except password
v2.2.0
July. 16, 2025
New Features
Support LLM
- ML : Training using Kubeflow and SageMaker by Edge Conductor and managing the generated models
- LLM : Managing Solutions, Streams by ALD(AI Logic Deployer)
- Set the mode (ML/LLM) and cloud (AWS/GCP/AZURE/LOCAL) When creating a workspace
- Apply METADATA of solution for LLM
Improvements
Able to delete all streams and stream histories in the workspace at once
- Stream Histories with a status of "running" cannot be deleted.
Bug Fixes
Fixed bug about Sagemaker Tag
- Error when invalid pattern is inserted in Sagemaker Tag
- Replaced the invalid patterns with valid patterns
v2.1.3
April. 23, 2025
Improvements
Change the saved version method
- OLD : the versions are saved in DB as a manual.
- NEW : the version is deployed using HELM.
When request train, improve checking the data required for train
- Improving time efficiency in verifying Large datasets of train
v2.1.2
Mar. 21, 2025
Bug Fixes
Fixed an issue with the page transition logic that occurred when only one workspace existed.
Resolved a bug in the user verification step for LDAP-based user invitations, where certain special characters were not allowed.
v2.1.1
Mar. 14, 2025
Improvements
Delete Workspace
- You can't delete the workspace while running a train
- Delete DB data (HARD delete) for the workspace
- Delete the data registered in AI Solution and generated by training
Update LDAP certificate
- Updating the Root CA Certificate Due to LDAP Certificate Expiration
Bug Fixes
Fixed a UI bug related to creating LDAP user accounts.
Fixed the bug in the “remember me” feature that stores the user ID upon login.
Fixed a responsive behavior issue in the Description section of the AI Solution.
Changed the row selection in the AI Solution list to allow only single selection instead of multiple selection.
v2.1.0
Feb. 12, 2025
New Features
Run pipeline of train in SageMaker
- You can run a training pipeline into SageMaker using the same request method as before
- NOTE : ALO v3 compatible. (ALO v2 is not available)
- NOTE : Resource monitoring for Train is not yet supported.
Apply the Helm of deployment instead of kustomization
- It easy to maintain deployment
- Deployment consistency with other components(Edge Conductor, Edge App)
Add an overview page
- Display the most registered information of AI Solution
- Dispaly recent updated AI Solution
- Display recent Train Run
- Display account information
- Display Train Resources
Improvements
Create Workspace
- You can check the resource of EC2 when inserting 'Instance type'
- Kubeflow : Make sure that a nodegroup is created
- SageMaker : Make sure that a instance is available
Train Failure Reason
- You can see why the train failed.
- Failed-Train: Train algorithm failues
- Failed-OOM : Memory overflow
- Failed-Quota : EC2 limits exceeded
Check metadata v1.2 of AI Solution
- Check container_uri and dataset_uri of Train
- Check container_uri and dataset_uri of Inference
- Check detail of Description
Bug Fixes
Fixed a bug for setting workspaces
- Exclude a session error in Kubeflow associated with the deleted workspace
v2.0.0
Oct. 07, 2024
New Features
Monitor Resource for train
- You can view the CPU and memory usage for the running train.
- You can check the CPU and memory usage for the system software.
Stop train
- Train can be stopped by Edge Conductor
Update the password of static account
- Only the static account owner can change the password
Add LDAP accounts (only LGE)
- ADMIN can add an account affiliated with LGE as an LDAP account.
Add a page for workspace creation
- ADMIN can create a Workspace on the condition that the necessary infrastructure has been set up in the Workspace.
Add the Edge Conductor username of REST API in both Stream and Streamhistory(Train)
- To display the actual username of the Edge Conductor, add 'updator' of REST API in both Stream and Streamhistory(Train)