ageerle
0687b49542
Merge branch 'v3.0.0' into main
...
合并 v3.0.0 分支到 main,包含以下主要更新:
- 重构聊天模块架构,引入Handler模式
- 添加 Docker 部署支持
- 恢复 MCP 模块功能
- 工作流与大模型聊天对话整合
- 多项 bug 修复和文档更新
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-21 12:15:40 +08:00
ageerle
27ad00ac3a
refactor: 抽离特殊聊天模式处理逻辑
...
- 将工作流、人机交互恢复、思考模式处理逻辑抽离为独立方法
- 新增 handleSpecialChatModes 方法统一处理特殊模式
- 新增 handleThinkingMode 方法专门处理思考模式
- 简化 sseChat 方法结构,提高代码可读性
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-20 10:38:54 +08:00
ageerle
c84d6247b0
refactor: 重构聊天模块架构
...
- 删除废弃的ChatMessageDTO、ChatContext、AbstractChatMessageService等类
- 迁移ChatServiceFactory和IChatMessageService到ruoyi-chat模块
- 重构ChatHandler体系,移除DefaultChatHandler和ChatContextBuilder
- 优化SSE消息处理,新增SseEventDto
- 简化各AI服务提供商实现类代码
- 优化工作流节点消息处理逻辑
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-20 01:20:41 +08:00
ageerle
f582f38570
docs: 整理Docker配置文件并更新文档
...
- 将Docker相关配置文件移动到docs/docker/ruoyi-ai/目录
- 更新README.md核心亮点表格格式
- 新增流程编排模块详细说明文档
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-19 15:22:47 +08:00
ageerle
13800dc389
Merge pull request #277 from XiaoEns/v3.0.0
...
fix: 修复知识库附件上传乱码问题
2026-03-17 22:07:32 +08:00
xiaoen
619d9b1e84
fix: 兼容旧代码,添加deepseek服务调用
2026-03-17 21:30:56 +08:00
xiaoen
556cc93f14
fix: 修复知识库附件上传乱码问题
2026-03-17 18:57:30 +08:00
ageerle
a50375616e
Merge pull request #276 from LM20230311/v3.0.0
...
V3.0.0
2026-03-17 14:09:52 +08:00
LM20230311
e33447d023
Merge branch 'v3.0.0' of https://github.com/ageerle/ruoyi-ai into v3.0.0
2026-03-17 13:48:21 +08:00
LM20230311
7be277b3e6
Merge branch 'v3.0.0-deploy' into v3.0.0
2026-03-17 13:47:27 +08:00
LM20230311
5fa385e90b
docs: add Docker deployment instructions and service port mappings to README; update sys_client table in MySQL script
2026-03-17 11:09:13 +08:00
LM20230311
0a78966737
chore: update UPSTREAM_HOST configuration in docker-compose-all.yaml to remove http:// prefix
2026-03-17 10:38:43 +08:00
LM20230311
0eb7f00867
chore: add environment variables for backend API configuration in docker-compose-all.yaml
2026-03-16 17:14:01 +08:00
LM20230311
00ce7f2d98
chore: update port mappings in docker-compose.yaml for MySQL, Weaviate, and backend services
2026-03-16 15:32:27 +08:00
ageerle
003c066361
chore(sql): 更新数据库脚本,移除chat_config表
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-15 23:57:55 +08:00
ageerle
a5e7c59fd4
refactor: 重构项目架构,优化向量服务
...
- 移除 Graph 知识图谱相关模块(Neo4j、GraphRAG等)
- 移除 demo、job、wechat 示例模块,简化项目结构
- 修复向量维度获取方式,改为从数据库配置读取
- 添加 gRPC BOM 依赖管理,解决 Milvus SDK 版本冲突
- 新增 PPIO 服务和 Embedding 提供者支持
- 清理冗余代码和未使用的依赖
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-15 23:39:30 +08:00
ageerle
accac603cf
chore(sql): 更新数据库脚本v3版本
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-14 14:16:45 +08:00
ageerle
7c96c730e6
refactor(chat): 重构聊天服务架构,引入Handler模式
...
主要变更:
1. 移除ruoyi-ai-copilot模块
2. 重构docker配置目录结构,统一迁移至docs/docker/
3. 聊天服务引入Handler模式:
- 新增ChatHandler接口及多种实现
- DefaultChatHandler: 默认聊天处理
- AgentChatHandler: Agent模式处理
- WorkflowChatHandler: 工作流处理
- ResumeChatHandler: 恢复会话处理
- ChatContextBuilder: 上下文构建器
4. 简化AbstractStreamingChatService和ChatServiceFacade代码
5. 优化各Provider实现,统一代码风格
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-14 14:14:56 +08:00
LM20230311
a2dbdb30ff
fix: remove unnecessary COPY command for ruoyi-modules-api in Dockerfile.backend
2026-03-11 09:57:47 +08:00
LM20230311
772e4af9bf
Merge remote-tracking branch 'upstream/v3.0.0' into v3.0.0-deploy
2026-03-11 09:35:48 +08:00
ageerle
e601eb6db5
feat(wechat): 修复微信公众号无法登录
2026-03-09 10:27:53 +08:00
evo
84dbc2cfbf
feat:恢复mcp模块 动态agent
2026-03-08 22:41:24 +08:00
evo
f160ec714b
feat-恢复mcp模块
2026-03-07 15:53:06 +08:00
ageerle
a8bd4b47a0
chore: 移除项目文档和技术交流链接
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 11:44:07 +08:00
ageerle
6c4c661516
chore: 移除项目文档和技术交流链接
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 11:43:54 +08:00
ageerle
b85c17a126
refactor: 重构Issue模板为通用格式
...
- 删除企业合作登记模板
- 新增漏洞报告模板
- 新增想法建议模板
- 新增自定义模板
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 11:39:19 +08:00
ageerle
a59ddf6070
refactor: 重构Issue模板为通用格式
...
- 删除企业合作登记模板
- 新增漏洞报告模板
- 新增想法建议模板
- 新增自定义模板
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 11:39:06 +08:00
ageerle
797ecbb054
feat: 新增联系人/联系方式字段并添加填写示例
...
- 新增联系人/联系方式字段,支持登记后主动联系
- 在可复制模板中添加完整填写示例
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 11:30:15 +08:00
ageerle
b6b78afea9
refactor: 优化企业合作登记模板格式
...
- 改为评论登记模式,用户在Issue下评论填写
- 提供格式预览和可复制模板
- 新增公司Logo和项目Logo字段
- 移除联系方式模块,保护隐私
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 11:20:31 +08:00
ageerle
0690156362
refactor: 优化企业合作登记模板格式
...
- 改为评论登记模式,用户在Issue下评论填写
- 提供格式预览和可复制模板
- 新增公司Logo和项目Logo字段
- 移除联系方式模块,保护隐私
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 11:19:27 +08:00
ageerle
02240f3fd0
feat: 添加企业AI应用合作登记Issue模板
...
- 新增企业合作登记模板,用于收集企业AI应用需求
- 包含基本信息、AI应用需求、联系方式三个模块
- 预设筛选字段便于评估合作匹配度
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 11:07:25 +08:00
ageerle
dc1e84bc52
feat: 添加企业AI应用合作登记Issue模板
...
- 新增企业合作登记模板,用于收集企业AI应用需求
- 包含基本信息、AI应用需求、联系方式三个模块
- 预设筛选字段便于评估合作匹配度
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 10:57:53 +08:00
ageerle
4977df0ba8
feat: 更新项目文档
2026-03-06 10:27:45 +08:00
ageerle
27211b67f9
feat: 更新项目文档
2026-03-06 10:20:15 +08:00
LM20230311
1600ab384e
feat: 支持手动挂载数据卷;
2026-03-05 09:35:27 +08:00
LM20230311
418805a1ef
feat: 源码docker部署完成;
2026-03-05 09:27:34 +08:00
LM20230311
4c4b52bca7
feat: 忽略data目录;
2026-03-05 09:07:10 +08:00
LM20230311
7245259bc4
fix: 忽略所有错误以确保SQL脚本继续执行
2026-03-04 17:57:08 +08:00
LM20230311
6690c8204c
fix: 修复表数量异常问题;
2026-03-04 17:56:20 +08:00
LM20230311
d8fc597f85
fix: 解决mysql容器长时间建表导致失败问题;
2026-03-04 17:34:38 +08:00
evo
7f1146ecae
Merge pull request #272 from MuSan-Li/v3.0.0
...
fix: 还原 McpAgent 为通用工具调用版本
2026-03-04 16:37:28 +08:00
evo
0130028952
fix: 还原 McpAgent 为通用工具调用版本
2026-03-04 16:34:56 +08:00
LM20230311
5a716da5a6
feat: 添加docker部署文件;
2026-03-04 16:31:54 +08:00
evo
2470ec7573
Merge pull request #271 from MuSan-Li/feature-20260218-add-mcp-model
...
增加McpAgent空格
2026-03-04 14:36:32 +08:00
evo
e3fb25fba6
增加McpAgent空格
2026-03-04 14:32:41 +08:00
ageerle
a916f14efc
Merge pull request #268 from onestardao/main
...
docs: add structured RAG 16-problem troubleshooting guide and README entry
2026-03-03 10:40:32 +08:00
PSBigBig × MiniPS
523628ade6
docs: add structured RAG 16-problem troubleshooting guide and README entry
2026-03-02 19:01:59 +08:00
PSBigBig × MiniPS
2259a2f717
docs: add structured RAG 16-problem troubleshooting guide and README entry
...
This commit introduces a structured RAG troubleshooting guide based on a fixed 16-problem failure map.
Changes include:
1. Added a dedicated RAG troubleshooting document:
- docs/troubleshooting/rag-failures.md
- Includes full 16-problem map (No.1–No.16) with layer tags [IN]/[RE]/[ST]/[OP]
- Adds symptom-based entry points
- Adds layer-based diagnostics section
- Adds issue reporting template referencing No.X labels
2. Updated README.md:
- Added entry link under the "使用文档" section
- Direct link to the new RAG troubleshooting guide
- Keeps README structure and tone consistent
No functional changes.
Documentation only.
2026-03-02 18:51:36 +08:00
PSBigBig × MiniPS
8df37274da
docs: add RAG answer troubleshooting guide
2026-03-02 17:44:59 +08:00
PSBigBig × MiniPS
393057ab24
docs: add RAG answer troubleshooting guide
2026-03-02 17:41:47 +08:00