Commit Graph

7 Commits

Author SHA1 Message Date
30e1145ee7 feat: 支持FAQ Excel导入导出并优化管理端交互
- 新增 FAQ Excel 导入、导出、模板下载接口及导入结果 VO,支持按分类路径+问题 upsert 与逐行容错

- 模板增加填写说明与更宽列宽,导出列与模板保持一致

- 管理端新增导入弹窗与结果展示,FAQ 列表操作栏精简为"添加 + 更多操作"并去除多余外层框

- 修复导出前校验顺序,避免非 FAQ 知识库触发默认分类写入
2026-03-03 17:18:49 +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
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
094b185c49 知识库功能增强,支持Milvus,并优化相关逻辑 2026-02-24 11:19:53 +08:00
26677972a6 初始化 2026-02-22 18:56:10 +08:00