Skip to main content
Version: 4

Microservice Settings - AIMap

The following groups contain Adeptia Connect microservices AIMap properties that can be configured by going to Account > Settings > Microservice Settings. For more details on properties configuration, refer to the page Configuring the application properties.

[+] AIMap

[-] Hide

Property nameDescriptionDefault value

abpm.services.aimap.confidenceLevelCutOff

Write the cut-off percentage of confidence level you want to view in AIMap suggestions. For example if you write 30, the AIMap will show all the suggestion matching from 100-30% confidence level.10

abpm.services.aimap.confidenceWeightageToMetadata

This property determines weightage of metadata in confidence calculation. It should be between 0 to 100.50

abpm.services.aimap.enableDebugLogs

When this property is enabled, AIMap will run in debug logging mode. This property should only be enabled if AIMap is facing an issue in providing suggestions.no

abpm.services.aimap.freeze

Prevent AIMap from learning from mappings that are added to AIMap Library.no

abpm.services.aimap.topSchemas

Write the number of most similar schemas you want AIMap to consider when looking for suggestions. Setting this to a high number will make AIMap consider more mappings as suggestions, but will also increase the time taken to fetch suggestions.10
abpm.services.aimap.similaritysuggestions.threshold
AIMap gives suggestions based on the match between a source and target field name. Set a match value between 0 (zero) and 1 (one) at or beyond which the AIMap provides mapping suggestions for source and target fields.0.6
 <ch:anchor>abpm.services.aimap.lowexactsuggestions.level</ch:anchor>

Set this property to control the level up to which the application matches XPath values between the source and target schemas for Confirmed matches in AIMap.


For example, setting the property to 5 limits the matching to the last five elements in the XPath hierarchy in both the source and target schemas. If exact match is not found, the application gradually traverses through the next four elements (counted from the last) to find the match.

2
InformationThough the Generative AI properties for AIMap defined below are configurable, it is recommended that you do not change their values as they are specific to the Adeptia's AI Engine being used for providing the suggestions. To configure the properties, please contact your Adeptia application admin or support@adeptia.com for assistance.

abpm.services.aimap.adeptiaai.enable
Set this property to true/yes to use an external AIMap library. If set to false, the AIMap library on your local machine will be used.
false
abpm.services.aimap.adeptiaai.endpoint
The API endpoint for the external AIMap library.

abpm.services.aimap.adeptiaai.oauth.clientid
The client identifier provided by the third-party application used for authentication.

abpm.services.aimap.adeptiaai.oauth.clientsecret
The client secret provided by the third-party application for authentication.

abpm.services.aimap.adeptiaai.oauth.scope
The scope of the access request. The application's access token will be limited to the granted scopes.

abpm.services.aimap.adeptiaai.oauth.tokenurl
The token URL issued by the third-party application for authentication.