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
Start Flowise
Docker
Docker Compose
- Go to the
docker
folder at the root of the project - Create an
.env
file and specify thePORT
(refer to.env.example
) - Run
docker-compose up -d
- Open http://localhost:3000
- You can bring the containers down by running
docker-compose stop
Docker Image
Build the image locally:
Run the image:
Stop the image:
Developers
Flowise has 3 different modules in a single mono repository.
-
server
: Node backend to serve API logics -
ui
: React frontend -
components
: Langchain components
Prerequisite
- Install Yarn v1
Setup
Clone the repository
Go into the repository folder
Install all dependencies of all modules:
Build all the code:
Start the app:
For development build:
Authentication
To enable app-level authentication, add FLOWISE_USERNAME
and FLOWISE_PASSWORD
to the .env
file in packages/server
:
FLOWISE_USERNAME=user
FLOWISE_PASSWORD=1234
Documentation
Self Host
[Railway](https://docs.flowiseai.com/deployment/railway
)
Render
AWS
Azure
DigitalOcean
GCP
Cloud Hosted
Coming soon
Support
Feel free to ask any questions, raise problems, and request new features in the discussion section.
Contributing
See the contributing guide. Reach out to us on Discord if you have any questions or issues.
License
Source code in this repository is made available under the MIT License.
Top comments (0)