Commit Graph

19 Commits

Author SHA1 Message Date
05990072e6 perf: 优化工作流的节点UI和交互 2026-03-01 15:52:22 +08:00
4ef17da6f4 feat: 优化工作流参数编辑与告警交互
- 新增 ParamTokenEditor,支持参数选择插入、token 高亮、整段删除与光标避让

- 参数候选改为动态监测,未映射参数可选择并在下拉与输入框顶部告警

- 接入知识库/搜索引擎/LLM/动态代码/HTTP Body 及 SQL、查询数据自定义节点

- 优化 Http 节点布局并补充参数解析工具与单测
2026-02-28 21:37:49 +08:00
59c95a3b06 perf: 页面懒加载交互体验优化 2026-02-28 20:51:11 +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
fcf1100b56 fix: 修复聊天预览滚动抽搐与键盘事件类型
任务: 解决问答预览页滚动抽搐并补齐类型检查报错\n\n- 在 chat 组件中改为自定义回到底部按钮,避免内置按钮导致滚动抖动\n- 统一收口流式结束状态,结束时关闭 typing/loading\n- 修复 FaqEditDialog 的 keydown 参数类型,兼容 Event | KeyboardEvent
2026-02-25 19:47:25 +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
3b6ed8a49a chore: docker构建脚本优化,解耦jar包构建 2026-02-25 16:23:18 +08:00
a25a511894 chore: docker构建脚本优化,SQL脚本完善 2026-02-25 14:54:48 +08:00
0bb4c884b0 fix: 修复全量类型检查报错
- 收敛可选配置字段并补齐默认值,消除 strict 模式报错

- 补充页面脚本类型定义,移除未使用变量与隐式 any

- 修复主题、表格、标签页等公共包类型边界
2026-02-24 16:45:23 +08:00
306b08d55a perf: 懒加载表现优化
- 优化路由首进页面过渡策略,减少遮罩阻塞感

- 为菜单导航增加组件预取,降低首次点击等待

- 缩短页面 loading 遮罩过渡时长
2026-02-24 16:45:14 +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
12accb2575 workflow底层UI库整合至项目,优化构建逻辑 2026-02-24 11:20:18 +08:00
094b185c49 知识库功能增强,支持Milvus,并优化相关逻辑 2026-02-24 11:19:53 +08:00
148a08a3f1 负载均衡深度改造,增加分布式锁,表唯一约束等 2026-02-24 11:17:33 +08:00
8d711dc3a2 负载均衡基本改造,增加redis、miniio等基本中间件 2026-02-24 11:16:03 +08:00
26677972a6 初始化 2026-02-22 18:56:10 +08:00