Commit Graph

10 Commits

Author SHA1 Message Date
29f82ed1f0 feat: 支持工作流代码节点 Python 执行引擎
- easyflow-module-ai: 新增 PythonRuntimeEngine、不可用引擎降级实现与引擎能力服务

- easyflow-module-ai: 在 TinyFlowConfigService 注册 python/py 引擎并增加启动探测与可用性日志

- easyflow-api: 新增 /api/v1/workflow/supportedCodeEngines 能力查询接口

- easyflow-starter: 增加 node.code-engine.python 配置项默认值

- Dockerfile: 安装 python3 运行时以支持容器内执行

- test: 增加 PythonRuntimeEngineTest 覆盖成功、语法错误、超时、输出限制、命令缺失场景

- chore(ui-admin): 更新 cspell 词典
2026-03-01 19:59:53 +08:00
01f354ede5 feat(faq): support rich-text image upload and RAG output
- add FAQ image upload API with MinIO path and mime/size validation

- enable FAQ editor image upload and text-or-image validation

- include FAQ image metadata in vector content and retrieval output

- enforce markdown image preservation via bot system prompt rule
2026-02-25 19:53:39 +08:00
371b8cf891 fix(ai): harden SSE stream error handling
- make chat SSE timeout configurable and default to 10 minutes

- stop upstream stream client when emitter send fails

- add full exception logging and frontend error notification on stream failures
2026-02-25 18:55:20 +08:00
58bd8b7ff1 fix: 修复FAQ删除后向量数据未删除的bug 2026-02-25 17:07:53 +08:00
9600d0855e feat(ai): add three-level FAQ category management
- add FAQ category table/sql migration and initialize ddl updates

- add category service/controller with validation, default category rules, and sorting

- support faq item category binding and category-based filtering (include descendants)

- redesign FAQ page with category tree actions and UI polish
2026-02-25 16:53:31 +08:00
a9060ed2b9 feat: 增加知识库新类型FAQ知识库 2026-02-24 13:07:14 +08:00
e27ba8d457 fix: 修复bot绑定工作流后jsonschema类型错误导致聊天不可用的bug 2026-02-24 13:06:01 +08:00
094b185c49 知识库功能增强,支持Milvus,并优化相关逻辑 2026-02-24 11:19:53 +08:00
148a08a3f1 负载均衡深度改造,增加分布式锁,表唯一约束等 2026-02-24 11:17:33 +08:00
26677972a6 初始化 2026-02-22 18:56:10 +08:00