mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
7924fbce0d
* agent flow v2 * chat message background * conditon agent flow * add sticky note * update human input dynamic prompt * add HTTP node * add default tool icon * fix export duplicate agentflow v2 * add agentflow v2 marketplaces * refractor memoization, add iteration nodes * add agentflow v2 templates * add agentflow generator * add migration scripts for mysql, mariadb, posrgres and fix date filters for executions * update agentflow chat history config * fix get all flows error after deletion and rename * add previous nodes from parent node * update generator prompt * update run time state when using iteration nodes * prevent looping connection, prevent duplication of start node, add executeflow node, add nodes agentflow, chat history variable * update embed * convert form input to string * bump openai version * add react rewards * add prompt generator to prediction queue * add array schema to overrideconfig * UI touchup * update embedded chat version * fix node info dialog * update start node and loop default iteration * update UI fixes for agentflow v2 * fix async drop down * add export import to agentflowsv2, executions, fix UI bugs * add default empty object to flowlisttable * add ability to share trace link publicly, allow MCP tool use for Agent and Assistant * add runtime message length to variable, display conditions on UI * fix array validation * add ability to add knowledge from vector store and embeddings for agent * add agent tool require human input * add ephemeral memory to start node * update agent flow node to show vs and embeddings icons * feat: add import chat data functionality for AgentFlowV2 * feat: set chatMessage.executionId to null if not found in import JSON file or database * fix: MariaDB execution migration script to utf8mb4_unicode_520_ci --------- Co-authored-by: Ong Chung Yau <33013947+chungyau97@users.noreply.github.com> Co-authored-by: chungyau97 <chungyau97@gmail.com>
3.4 KiB
3.4 KiB
Flowise - 低代码 LLM 应用程序构建器
English | 中文
拖放界面来构建自定义的 LLM 流程
⚡ 快速入门
-
安装 Flowise
npm install -g flowise -
启动 Flowise
npx flowise start
🔒 身份验证
要启用应用级身份验证,请将FLOWISE_USERNAME和FLOWISE_PASSWORD添加到.env文件中:
FLOWISE_USERNAME=user
FLOWISE_PASSWORD=1234
🌱 环境变量
Flowise 支持不同的环境变量来配置您的实例。您可以在packages/server文件夹中的.env文件中指定以下变量。阅读更多
您还可以在使用npx时指定环境变量。例如:
npx flowise start --PORT=3000 --DEBUG=true
📖 文档
🌐 自托管
在您现有的基础设施中部署自托管的 Flowise,我们支持各种部署
☁️ 云托管
🙋 支持
在讨论区中随时提出任何问题、报告问题和请求新功能。
🙌 贡献
请参阅贡献指南。如果您有任何问题或问题,请在Discord上与我们联系。
📄 许可证
本仓库中的源代码在Apache License Version 2.0 许可证下提供。


