This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.
23
stars
21
forks
source link
fix(node-bindings): rhel bindings are used on rhel #141
Closed
botpressops closed 3 years ago
This PR does a lot of things:
NATIVE_EXTENSIONS_DIR="/my/dir"
allows changing the extension directory for all packages backward compatibleNODE_${PACKAGE}_DIR="/my/dir"
allows changing the extension directory for a single packageNODE_${PACKAGE}_BIN="/my/dir/myfile.node"
allows specifying which file to loadNODE_${PACKAGE}_VERBOSE=1
enables debug logs to trouble shoot an extension not loading