diff --git a/README.cn.md b/README.cn.md
index abcfa1bd95a62718e97b68d5d4e655d58e5b82f4..847f1132f62e90e6e33e844f8ef4990b62f7c47f 100644
--- a/README.cn.md
+++ b/README.cn.md
@@ -8,7 +8,7 @@
-> 🔥🔥🔥[MilvusPlus](https://milvus-plus.dromara.org)(简称 MP)是一个 [Milvus](https://milvus.io) 的操作工具,旨在简化与 Milvus 向量数据库的交互,为开发者提供类似 MyBatis-Plus 注解和方法调用风格的直观 API,提高效率而生。
+> 🔥🔥🔥[MilvusPlus](https://milvus-plus.m78cloud.cn)(简称 MP)是一个 [Milvus](https://milvus.io) 的操作工具,旨在简化与 Milvus 向量数据库的交互,为开发者提供类似 MyBatis-Plus 注解和方法调用风格的直观 API,提高效率而生。
## 特性
@@ -31,7 +31,7 @@
org.dromara.milvus-plus
milvus-plus-core
- 2.2.4
+ 2.2.5
```
@@ -41,7 +41,7 @@ Spring应用支持:
org.dromara.milvus-plus
milvus-plus-boot-starter
- 2.2.4
+ 2.2.5
```
@@ -51,7 +51,7 @@ Solon应用支持:
org.dromara.milvus-plus
milvus-plus-solon-plugin
- 2.2.4
+ 2.2.5
```
diff --git a/README.md b/README.md
index d081e37416920508eb508f87db073be000a19b30..8b7aae1d3c850301cfc741b983a416db15857c60 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
-> 🔥🔥🔥 [MilvusPlus](https://milvus-plus.dromara.org) (short for MP) is an operational tool for [Milvus](https://milvus.io), designed to simplify interactions with the Milvus vector database, providing developers with an intuitive API similar to MyBatis-Plus annotations and method call style, born to improve efficiency.
+> 🔥🔥🔥 [MilvusPlus](https://milvus-plus.m78cloud.cn) (short for MP) is an operational tool for [Milvus](https://milvus.io), designed to simplify interactions with the Milvus vector database, providing developers with an intuitive API similar to MyBatis-Plus annotations and method call style, born to improve efficiency.
## Features
@@ -29,7 +29,7 @@ Custom extension support:
org.dromara.milvus-plus
milvus-plus-core
- 2.2.4
+ 2.2.5
```
@@ -39,7 +39,7 @@ Spring application support:
org.dromara.milvus-plus
milvus-plus-boot-starter
- 2.2.4
+ 2.2.5
```
@@ -49,7 +49,7 @@ Solon application support:
org.dromara.milvus-plus
milvus-plus-solon-plugin
- 2.2.4
+ 2.2.5
```
diff --git a/milvus-plus-boot-starter/pom.xml b/milvus-plus-boot-starter/pom.xml
index 01e5676a4dbb59effde85ae8366c91c56b89a89a..dbaee574f20cda32f039dc69b54ae13e8143a4d0 100644
--- a/milvus-plus-boot-starter/pom.xml
+++ b/milvus-plus-boot-starter/pom.xml
@@ -10,6 +10,7 @@
milvus-plus-boot-starter
jar
+ milvus-plus-boot-starter
diff --git a/milvus-plus-core/pom.xml b/milvus-plus-core/pom.xml
index d72260de1e3312b3705f6f0aa13de263effb78f0..d41347c196a2a1827d06c5755417c5c0738b2e2a 100644
--- a/milvus-plus-core/pom.xml
+++ b/milvus-plus-core/pom.xml
@@ -10,6 +10,7 @@
milvus-plus-core
jar
+ milvus-plus-core
org.springframework.boot
diff --git a/milvus-plus-core/src/main/java/org/dromara/milvus/plus/converter/MilvusConverter.java b/milvus-plus-core/src/main/java/org/dromara/milvus/plus/converter/MilvusConverter.java
index 3eefe84dfd6f624d4c5847148b122abb3a8a4a1a..549dc97c16e12dd829013f3299b5d01d20fa62bf 100644
--- a/milvus-plus-core/src/main/java/org/dromara/milvus/plus/converter/MilvusConverter.java
+++ b/milvus-plus-core/src/main/java/org/dromara/milvus/plus/converter/MilvusConverter.java
@@ -151,9 +151,9 @@ public class MilvusConverter {
.filter(dimension -> dimension > 0).ifPresent(
dimension -> {
builder.dimension(dimension);
- if (!isListFloat(field)) {
- throw new IllegalArgumentException("Vector field type mismatch");
- }
+// if (!isListFloat(field)) {
+// throw new IllegalArgumentException("Vector field type mismatch");
+// }
} );
// 数组字段的最大长度
Optional.of(fieldAnnotation.maxLength())
diff --git a/milvus-plus-parent/pom.xml b/milvus-plus-parent/pom.xml
index c7b7574debe3e150d1de691b5a1ad7fab7305806..838a218ab5cf792cba7605e95483a34869a2c185 100644
--- a/milvus-plus-parent/pom.xml
+++ b/milvus-plus-parent/pom.xml
@@ -30,7 +30,7 @@
- 2.2.4
+ 2.2.5
${java.version}
${java.version}
3.11.0
diff --git a/milvus-plus-solon-plugin/pom.xml b/milvus-plus-solon-plugin/pom.xml
index 20342449e9eb13f78f70812cbe4385053da1e128..d8d81be79e7984474528115cd3a6fe3b57d5ea61 100755
--- a/milvus-plus-solon-plugin/pom.xml
+++ b/milvus-plus-solon-plugin/pom.xml
@@ -11,7 +11,7 @@
milvus-plus-solon-plugin
jar
-
+ milvus-plus-solon-plugin