mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 07:00:49 +03:00
5a37227d14
* markdown files and env examples cleanup * components update * update jsonlines description * server refractor * update telemetry * add execute custom node * add ui refractor * add username and password authenticate * correctly retrieve past images in agentflowv2 * disable e2e temporarily * add existing username and password authenticate * update migration to default workspace * update todo * blob storage migrating * throw error on agent tool call error * add missing execution import * add referral * chore: add error message when importData is undefined * migrate api keys to db * fix: data too long for column executionData * migrate api keys from json to db at init * add info on account setup * update docstore missing fields --------- Co-authored-by: chungyau97 <chungyau97@gmail.com>
91 lines
3.1 KiB
Markdown
91 lines
3.1 KiB
Markdown
<!-- markdownlint-disable MD030 -->
|
|
|
|
# Flowise
|
|
|
|
[English](./README.md) | 中文
|
|
|
|
<h3>以可视化方式构建 AI Agents</h3>
|
|
|
|

|
|
|
|
## ⚡ 快速入门
|
|
|
|
1. 安装 Flowise
|
|
```bash
|
|
npm install -g flowise
|
|
```
|
|
2. 启动 Flowise
|
|
|
|
```bash
|
|
npx flowise start
|
|
```
|
|
|
|
3. 打开[http://localhost:3000](http://localhost:3000)
|
|
|
|
## 🌱 环境变量
|
|
|
|
Flowise 支持不同的环境变量来配置您的实例。您可以在`packages/server`文件夹中的`.env`文件中指定以下变量。阅读[更多](https://docs.flowiseai.com/environment-variables)
|
|
|
|
您还可以在使用`npx`时指定环境变量。例如:
|
|
|
|
```
|
|
npx flowise start --PORT=3000 --DEBUG=true
|
|
```
|
|
|
|
## 📖 文档
|
|
|
|
[Flowise 文档](https://docs.flowiseai.com/)
|
|
|
|
## 🌐 自托管
|
|
|
|
在您现有的基础设施中部署自托管的 Flowise,我们支持各种[部署](https://docs.flowiseai.com/configuration/deployment)
|
|
|
|
- [AWS](https://docs.flowiseai.com/deployment/aws)
|
|
- [Azure](https://docs.flowiseai.com/deployment/azure)
|
|
- [Digital Ocean](https://docs.flowiseai.com/deployment/digital-ocean)
|
|
- [GCP](https://docs.flowiseai.com/deployment/gcp)
|
|
- <details>
|
|
<summary>其他</summary>
|
|
|
|
- [Railway](https://docs.flowiseai.com/deployment/railway)
|
|
|
|
[](https://railway.app/template/pn4G8S?referralCode=WVNPD9)
|
|
|
|
- [Render](https://docs.flowiseai.com/deployment/render)
|
|
|
|
[](https://docs.flowiseai.com/deployment/render)
|
|
|
|
- [HuggingFace Spaces](https://docs.flowiseai.com/deployment/hugging-face)
|
|
|
|
<a href="https://huggingface.co/spaces/FlowiseAI/Flowise"><img src="https://huggingface.co/datasets/huggingface/badges/raw/main/open-in-hf-spaces-sm.svg" alt="HuggingFace Spaces"></a>
|
|
|
|
- [Elestio](https://elest.io/open-source/flowiseai)
|
|
|
|
[](https://elest.io/open-source/flowiseai)
|
|
|
|
- [Sealos](https://cloud.sealos.io/?openapp=system-template%3FtemplateName%3Dflowise)
|
|
|
|
[](https://cloud.sealos.io/?openapp=system-template%3FtemplateName%3Dflowise)
|
|
|
|
- [RepoCloud](https://repocloud.io/details/?app_id=29)
|
|
|
|
[](https://repocloud.io/details/?app_id=29)
|
|
|
|
</details>
|
|
|
|
## ☁️ 云托管
|
|
|
|
[开始使用云托管](https://flowiseai.com/)
|
|
|
|
## 🙋 支持
|
|
|
|
在[讨论区](https://github.com/FlowiseAI/Flowise/discussions)中随时提出任何问题、报告问题和请求新功能。
|
|
|
|
## 🙌 贡献
|
|
|
|
请参阅[贡献指南](https://github.com/FlowiseAI/Flowise/blob/master/CONTRIBUTING.md)。如果您有任何问题或问题,请在[Discord](https://discord.gg/jbaHfsRVBW)上与我们联系。
|
|
|
|
## 📄 许可证
|
|
|
|
本仓库中的源代码在[Apache License Version 2.0 许可证](https://github.com/FlowiseAI/Flowise/blob/master/LICENSE.md)下提供。
|