👩💻 Join our community of thousands of amazing developers!
Flowise - LangchainJS UI Drag & drop UI to build your customized LLM flow using LangchainJS Quick Start Download and Install NodeJS >= 18.15.0 Install Flowise npm install -g flowise Start Flowise npx flowise start With username & password npx flowise start --FLOWISE_USERNAME=user --FLOWISE_PASSWORD=1234 Open http://localhost:3000 Docker Docker Compose Go to the docker folder at the root of the project Create an .env file and specify the PORT (refer to .env.example) Run docker-comp...