Skip to content

EMQX Neuron AI Function Installation Package Installation Guide

  1. Download the corresponding installation package according to the current environment. For example: neuronex-3.6.0-beta.3-linux-amd64.deb.
  2. Install EMQX Neuron (formerly NeuronEX) with reference to the documentation: install EMQX Neuron
  3. Enter the AI function module directory. The default directory for the AI function of EMQX Neuron managed by systemd is: /opt/neuronex/software/neuronex-ai.
  4. The AI function of EMQX Neuron uses uv as the project management tool. If uv is not installed, it needs to be installed first. For details, refer to: Installing uv
  5. After successfully installing uv, use the following command to test whether the AI function can be started normally: uv sync && cd src/apps_entry && uv run main.py.
  6. If the above command shows the following prompt, it means that the AI - related dependent libraries have been installed successfully: neuronex ai hint
  7. If the environment cannot install uv and the dependent libraries normally, you can find available domestic mirror repositories, or use the EMQX Neuron container images with the -ai or -ai - arm64 suffix to deploy the EMQX Neuron service. The images already have a complete AI function.