Configurable AI for Matrix42 Enterprise Release Notes

Release notes for Configurable AI for Matrix42 Enterprise

Version 1.1.4.11603

This release contains bug fixes only.

Fixes

This section covers bug fixes.

Update error - AITConfigurationType already exists with different ID

During extension update below error appeared in the update dialog:

(C:\Users\administrator.ARGON\AppData\Local\Temp\afp42icm.r1f\install\02-05-0010 AITConfigurationType_create.type)'.
package installation exception: Type with name: AITConfigurationType already exists with different ID

In case you update to 1.1.4.11603 and the error display above still appears execute below SQL insert statement and run the update again.

USE [M42Production]
GO
INSERT INTO SchemaScripts
(Major, Minor, Build, Type, Name, FilePath, DateInstalled, Context)
VALUES
(2, 5, 10, 'type',
'f48d4c80-8245-ee11-d588-00155d2b1e1e_AITConfigurationType_create',
'C:\Temp\02-05-0010 AITConfigurationType_create.type',
GETDATE(), 'w3wp'),

(2, 5, 10, 'type',
'f48d4c80-8245-ee11-d588-00155d2b1e1e_SPSGlobalConfigurationType_update',
'C:\Temp\02-05-0010 SPSGlobalConfigurationType_update.type',
GETDATE(), 'w3wp'),

(2, 5, 15, 'dat',
'f48d4c80-8245-ee11-d588-00155d2b1e1e_AITConfigurationType',
'C:\Temp\02-05-0015 AITConfigurationType.dat',
GETDATE(), 'w3wp'),

(2, 6, 10, 'class',
'f48d4c80-8245-ee11-d588-00155d2b1e1e_AITFunctionClassFeedback_create',
'C:\Temp\02-06-0010 AITFunctionClassFeedback_create.class',
GETDATE(), 'w3wp'),

(2, 6, 10, 'relation',
'f48d4c80-8245-ee11-d588-00155d2b1e1e_FK_AITFunctionClassExecutionAITFunctionClassFeedback_FeedbackExecution_create',
'C:\Temp\02-06-0010 FK_AITFunctionClassExecutionAITFunctionClassFeedback_FeedbackExecution_create.relation',
GETDATE(), 'w3wp'),

(2, 6, 20, 'type',
'f48d4c80-8245-ee11-d588-00155d2b1e1e_AITFunctionType_update',
'C:\Temp\02-06-0020 AITFunctionType_update.type',
GETDATE(), 'w3wp'),

(2, 7, 20, 'class',
'f48d4c80-8245-ee11-d588-00155d2b1e1e_AITServiceConfigurationClassModel_update',
'C:\Temp\02-07-0020 AITServiceConfigurationClassModel_update.class',
GETDATE(), 'w3wp')

Known Issue

This section covers known issues of the above-mentioned release

Reset Filter at model selection when creating/changing an AI Action

By default models are filtered based on the Service Provider used and if they are made available for selection ('Use model' option). To allow use of not yet tested models a filter reset was introduced.

The view currently ignores the Service Provider once the ‘reset filter’ option is active which might lead to mismatching Service Provider - Model combinations.

Version 1.1.4.11523

This release contains new capabilities as well as improvements.

New Capabilities Introduced

  • AI Action Templates incl. testing of actions
  • Model check at AI Service Providers
  • AI Action Feedback
  • Configurable AI Usage dashboard 

Improvements

  • UX/UI of AI Action Panel
  • Variable handling in prompts

Known Issue

This section covers known issues of the above-mentioned release

Reset Filter at model selection when creating/changing an AI Action

By default models are filtered based on the Service Provider used and if they are made available for selection ('Use model' option). To allow use of not yet tested models a filter reset was introduced.

The view currently ignores the Service Provider once the ‘reset filter’ option is active which might lead to mismatching Service Provider - Model combinations.

Version 1.x

The newly introduced Matrix42 Configurable AI for Matrix42 Enterprise is a powerful solution based on the Matrix42 Enterprise Service Management Platform enabling organizations to build and deploy customized use cases based on GenAI. It enables seamless integration of OpenAI compatible AI services providers and models - whether self-hosted or from third-party providers.

You can choose between proprietary, open-source, or custom LLMs/SLMs - per use case. AI Builders can integrate AI actions or use cases, e.g.: for classification, text generation, text summaries, or rewriting text based on Matrix42 Enterprise based data (Configuration Items). Integration can be made available in the AI Action panel or within the Layout Designer.