Flowise
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
dockerfolder at the root of the project - Copy
.env.examplefile, 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