AI Asset Manager Agent configuration

AI Asset Manager User Manual

Product
AI Asset Manager
Product Version
2.2.0
Language
en-US

The configuration of the AI Asset Manager Agent is part of the configuration of the AI Inference Server.

Although the AI Inference Server Industrial Edge application has also been imported into the Siemens Industrial Edge Catalog with default configurations, the agent configuration may be incorrect. Please make sure that the following configurations are present in the AI Inference Server. As already defined, the AI Asset Manager Agent is a docker container embedded in the AI Inference Server and is responsible for communication between the two Edge applications.



AI Asset Manager Agent configuration file

AI Asset Manager Agent configuration file

Example of the contents of the config.json file:

{

"embedderApi": "http://pipes_api:44444/v2",

"sharedVolume": "/ai-ml-manager-agent/deployments",

"sqliteDsn": "file:/ai-ml-manager-agent/database/agent.db?mode=rwc&journal_mode=WAL&_mutex=full&_synchronous=normal",

"downloadTimeout": "5m",

"requestTimeout": "5s",

"mlmMessagingConnectionMaintainerInterval": "30s",

"mlmMessagingDrainWaitInterval": "50ms",

"mlmMessagingOnConnectEventsEmitDelay": "1s"

}