This repository was archived by the owner on Jan 20, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
src/main/java/io/github/yuanbaobaoo/dify/dataset/types Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dify-java-client
66 <img alt="maven-central" src="https://img.shields.io/badge/Java-17-blue" />
77 </a>
88 <a href="https://central.sonatype.com/artifact/io.github.yuanbaobaoo/dify-java-client" target="_blank">
9- <img alt="maven-central" src="https://img.shields.io/badge/maven--central-1.3.3 -green" />
9+ <img alt="maven-central" src="https://img.shields.io/badge/maven--central-1.3.4 -green" />
1010 </a>
1111</p >
1212
@@ -26,7 +26,7 @@ Dify Version: <= 1.x
2626<dependency >
2727 <groupId >io.github.yuanbaobaoo</groupId >
2828 <artifactId >dify-java-client</artifactId >
29- <version >1.3.3 </version >
29+ <version >1.3.4 </version >
3030</dependency >
3131```
3232
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dify-java-client
66 <img alt="maven-central" src="https://img.shields.io/badge/Java-17-blue" />
77 </a>
88 <a href="https://central.sonatype.com/artifact/io.github.yuanbaobaoo/dify-java-client" target="_blank">
9- <img alt="maven-central" src="https://img.shields.io/badge/maven--central-1.3.3 -green" />
9+ <img alt="maven-central" src="https://img.shields.io/badge/maven--central-1.3.4 -green" />
1010 </a>
1111</p >
1212
@@ -26,7 +26,7 @@ Dify Version: <= 1.x
2626<dependency >
2727 <groupId >io.github.yuanbaobaoo</groupId >
2828 <artifactId >dify-java-client</artifactId >
29- <version >1.3.3 </version >
29+ <version >1.3.4 </version >
3030</dependency >
3131```
3232
Original file line number Diff line number Diff line change 44
55 <groupId >io.github.yuanbaobaoo</groupId >
66 <artifactId >dify-java-client</artifactId >
7- <version >1.3.3 </version >
7+ <version >1.3.4 </version >
88 <description >The Simple Dify Java Client</description >
99 <url >https://github.com/yuanbaobaoo/dify-java-client</url >
1010
Original file line number Diff line number Diff line change @@ -38,7 +38,9 @@ public enum Mode {
3838 // 自动
3939 automatic ,
4040 // 自定义
41- custom
41+ custom ,
42+ // 层级分段
43+ hierarchical ,
4244 }
4345
4446}
You can’t perform that action at this time.
0 commit comments