EMQX Neuron AI Function Installation Package Installation Guide 
- Download the corresponding installation package according to the current environment. For example: neuronex-3.6.0-beta.3-linux-amd64.deb.
- Install EMQX Neuron (formerly NeuronEX) with reference to the documentation: install EMQX Neuron
- 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.
- 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
- 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.
- If the above command shows the following prompt, it means that the AI - related dependent libraries have been installed successfully:  
- 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.