mirror of
https://gitee.com/dromara/MilvusPlus.git
synced 2025-12-06 17:08:27 +08:00
发布 2.1.3 版本
This commit is contained in:
parent
b558ec4ae2
commit
319fef0fa5
23
README.cn.md
23
README.cn.md
@ -8,7 +8,7 @@
|
|||||||
<img src="./logo/milvus.png" alt="MilvusPlus" style="border-radius: 10px;" />
|
<img src="./logo/milvus.png" alt="MilvusPlus" style="border-radius: 10px;" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
> 🔥🔥🔥[MilvusPlus](https://gitee.com/dromara/MilvusPlus)(简称 MP)是一个 [Milvus](https://milvus.io) 的操作工具,旨在简化与 Milvus 向量数据库的交互,为开发者提供类似 MyBatis-Plus 注解和方法调用风格的直观 API,提高效率而生。
|
> 🔥🔥🔥[MilvusPlus](https://milvusplus.cn/)(简称 MP)是一个 [Milvus](https://milvus.io) 的操作工具,旨在简化与 Milvus 向量数据库的交互,为开发者提供类似 MyBatis-Plus 注解和方法调用风格的直观 API,提高效率而生。
|
||||||
|
|
||||||
## 特性
|
## 特性
|
||||||
|
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dromara</groupId>
|
<groupId>org.dromara</groupId>
|
||||||
<artifactId>milvus-plus-core</artifactId>
|
<artifactId>milvus-plus-core</artifactId>
|
||||||
<version>2.1.1</version>
|
<version>2.1.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ Spring应用支持:
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dromara</groupId>
|
<groupId>org.dromara</groupId>
|
||||||
<artifactId>milvus-plus-boot-starter</artifactId>
|
<artifactId>milvus-plus-boot-starter</artifactId>
|
||||||
<version>2.1.1</version>
|
<version>2.1.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ Solon应用支持:
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dromara</groupId>
|
<groupId>org.dromara</groupId>
|
||||||
<artifactId>milvus-plus-solon-plugin</artifactId>
|
<artifactId>milvus-plus-solon-plugin</artifactId>
|
||||||
<version>2.1.1</version>
|
<version>2.1.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -538,21 +538,6 @@ public class ApplicationRunnerTest implements ApplicationRunner {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## 欢迎给项目点赞!!
|
|
||||||
|
|
||||||
https://gitee.com/dromara/MilvusPlus
|
|
||||||
|
|
||||||
## 贡献
|
|
||||||
|
|
||||||
欢迎贡献!
|
|
||||||
|
|
||||||
- 报告问题或建议功能,[创建一个 issue](https://gitee.com/giteeClass/MilvusPlus/issues/new)。
|
|
||||||
- 提交更改,[创建一个 pull request](https://gitee.com/giteeClass/MilvusPlus/compare)。
|
|
||||||
|
|
||||||
## 许可证
|
|
||||||
|
|
||||||
MilvusPlus 是开源的,遵循 [许可证](https://gitee.com/giteeClass/MilvusPlus/blob/master/LICENSE)。
|
|
||||||
|
|
||||||
## 联系
|
## 联系
|
||||||
|
|
||||||
如有问题或需要支持,请联系 [javpower@163.com](mailto:javpower@163.com) 。
|
如有问题或需要支持,请联系 [javpower@163.com](mailto:javpower@163.com) 。
|
||||||
@ -27,7 +27,7 @@ Custom extension support:
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dromara</groupId>
|
<groupId>org.dromara</groupId>
|
||||||
<artifactId>milvus-plus-core</artifactId>
|
<artifactId>milvus-plus-core</artifactId>
|
||||||
<version>2.1.0</version>
|
<version>2.1.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ Spring application support:
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dromara</groupId>
|
<groupId>org.dromara</groupId>
|
||||||
<artifactId>milvus-plus-boot-starter</artifactId>
|
<artifactId>milvus-plus-boot-starter</artifactId>
|
||||||
<version>2.1.0</version>
|
<version>2.1.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ Solon application support:
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dromara</groupId>
|
<groupId>org.dromara</groupId>
|
||||||
<artifactId>milvus-plus-solon-plugin</artifactId>
|
<artifactId>milvus-plus-solon-plugin</artifactId>
|
||||||
<version>2.1.0</version>
|
<version>2.1.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
<properties>
|
<properties>
|
||||||
<revision>2.1.2</revision>
|
<revision>2.1.3</revision>
|
||||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||||
<maven-compiler.version>3.11.0</maven-compiler.version>
|
<maven-compiler.version>3.11.0</maven-compiler.version>
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dromara</groupId>
|
<groupId>org.dromara</groupId>
|
||||||
<artifactId>milvus-plus-boot-starter</artifactId>
|
<artifactId>milvus-plus-boot-starter</artifactId>
|
||||||
<version>2.1.2</version>
|
<version>2.1.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user