Merge branch 'main' into feature/Milvus

# Conflicts:
#	packages/components/package.json
This commit is contained in:
Henry
2023-08-17 21:22:05 +01:00
379 changed files with 32444 additions and 6672 deletions
+36 -10
View File
@@ -1,10 +1,12 @@
<!-- markdownlint-disable MD030 -->
# Flowise - LangchainJS UI
# Flowise - Low-Code LLM apps builder
English | [中文](./README-ZH.md)
![Flowise](https://github.com/FlowiseAI/Flowise/blob/main/images/flowise.gif?raw=true)
Drag & drop UI to build your customized LLM flow using [LangchainJS](https://github.com/hwchase17/langchainjs)
Drag & drop UI to build your customized LLM flow
## ⚡Quick Start
@@ -22,23 +24,47 @@ Drag & drop UI to build your customized LLM flow using [LangchainJS](https://git
## 🔒 Authentication
To enable app level authentication, add `USERNAME` and `PASSWORD` to the `.env` file:
To enable app level authentication, add `FLOWISE_USERNAME` and `FLOWISE_PASSWORD` to the `.env` file:
```
USERNAME=user
PASSWORD=1234
FLOWISE_USERNAME=user
FLOWISE_PASSWORD=1234
```
## 🌱 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](https://github.com/FlowiseAI/Flowise/blob/main/CONTRIBUTING.md#-env-variables)
You can also specify the env variables when using `npx`. For example:
```
npx flowise start --PORT=3000 --DEBUG=true
```
## 📖 Documentation
Coming Soon
## 💻 Cloud Hosted
Coming Soon
[Flowise Docs](https://docs.flowiseai.com/)
## 🌐 Self Host
### [Railway](https://docs.flowiseai.com/deployment/railway)
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/YK7J0v)
### [Render](https://docs.flowiseai.com/deployment/render)
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://docs.flowiseai.com/deployment/render)
### [AWS](https://docs.flowiseai.com/deployment/aws)
### [Azure](https://docs.flowiseai.com/deployment/azure)
### [DigitalOcean](https://docs.flowiseai.com/deployment/digital-ocean)
### [GCP](https://docs.flowiseai.com/deployment/gcp)
## 💻 Cloud Hosted
Coming Soon
## 🙋 Support