mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-06-19 20:37:02 +00:00
feat: 添加Dify平台集成支持
- 升级 dify-sdk-java 从 1.0.7 到 1.2.6 - 新增 ChatModeType.DIFY 枚举类型 - 新增 DifyChatServiceImpl、DifyConversationService、DifyWorkflowService 实现 - 新增 DifyStreamingChatModel 流式聊天模型 - 支持Dify工作流对话模式 - Dify自带RAG知识库时跳过本地向量库查询 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -58,7 +58,7 @@
|
||||
<langchain4j.community.version>1.13.0-beta23</langchain4j.community.version>
|
||||
<langgraph4j.version>1.5.3</langgraph4j.version>
|
||||
<weaviate.version>1.19.6</weaviate.version>
|
||||
<dify.version>1.0.7</dify.version>
|
||||
<dify.version>1.2.6</dify.version>
|
||||
<!-- gRPC 版本 - 解决 Milvus SDK 依赖冲突 -->
|
||||
<grpc.version>1.62.2</grpc.version>
|
||||
<!-- Apache Commons Compress - 用于POI处理ZIP格式 -->
|
||||
|
||||
Reference in New Issue
Block a user