mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +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>
3.1 KiB
3.1 KiB
Flowise
English | 中文
以可视化方式构建 AI Agents
⚡ 快速入门
-
安装 Flowise
npm install -g flowise -
启动 Flowise
npx flowise start
🌱 环境变量
Flowise 支持不同的环境变量来配置您的实例。您可以在packages/server文件夹中的.env文件中指定以下变量。阅读更多
您还可以在使用npx时指定环境变量。例如:
npx flowise start --PORT=3000 --DEBUG=true
📖 文档
🌐 自托管
在您现有的基础设施中部署自托管的 Flowise,我们支持各种部署
☁️ 云托管
🙋 支持
在讨论区中随时提出任何问题、报告问题和请求新功能。
🙌 贡献
请参阅贡献指南。如果您有任何问题或问题,请在Discord上与我们联系。
📄 许可证
本仓库中的源代码在Apache License Version 2.0 许可证下提供。


