mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-04 23:00:08 +00:00
FlowiseAI: Fix dependencies (#3427)
* Fix dependencies * Fix missing documentation link
This commit is contained in:
parent
008af3cbfc
commit
beeef264b8
2 changed files with 43 additions and 34 deletions
|
|
@ -26,7 +26,11 @@ $STD apt-get install -y nodejs
|
|||
msg_ok "Installed Node.js"
|
||||
|
||||
msg_info "Installing FlowiseAI (Patience)"
|
||||
$STD npm install -g flowise
|
||||
$STD npm install -g flowise \
|
||||
@opentelemetry/exporter-trace-otlp-grpc \
|
||||
@opentelemetry/exporter-trace-otlp-proto \
|
||||
@opentelemetry/sdk-trace-node \
|
||||
langchainhub
|
||||
mkdir -p /opt/flowiseai
|
||||
wget -q https://raw.githubusercontent.com/FlowiseAI/Flowise/main/packages/server/.env.example -O /opt/flowiseai/.env
|
||||
msg_ok "Installed FlowiseAI"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue