mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +00:00
c5c77d2b0d
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1.5 KiB
1.5 KiB
+++ disableToc = false title = "Flowise" weight = 2 +++
Build LLM Apps Easily
Github Link - https://github.com/FlowiseAI/Flowise
⚡Local Install
Download and Install NodeJS >= 18.15.0
-
Install Flowise
npm install -g flowise
-
Start Flowise
npx flowise start
🐳 Docker
Docker Compose
- Go to
docker
folder at the root of the project - Copy
.env.example
file, paste it into the same location, and rename to.env
docker-compose up -d
- Open http://localhost:3000
- You can bring the containers down by
docker-compose stop --rmi all
Docker Compose (Flowise + LocalAI)
- In a command line Run
git clone https://github.com/go-skynet/LocalAI
- Then run
cd LocalAI/examples/flowise
- Then run
docker-compose up -d --pull always
- Open http://localhost:3000
- You can bring the containers down by
docker-compose stop --rmi all
🌱 Env Variables
Flowise support different environment variables to configure your instance. You can specify the following variables in the .env
file inside packages/server
folder. Read more