更新README

This commit is contained in:
xgc 2024-05-15 11:54:02 +08:00
parent 259a735824
commit 4d5224cda2

View File

@ -23,6 +23,19 @@ MilvusPlus is a powerful Java library that streamlines interactions with Milvus
Add MilvusPlus to your project:
**Maven:**
Core
```xml
<dependency>
<groupId>io.github.javpower</groupId>
<artifactId>milvus-plus-core</artifactId>
<version>2.4.0-SNAPSHOT</version>
</dependency>
```
Spring
```xml
<dependency>
<groupId>io.github.javpower</groupId>
@ -31,6 +44,17 @@ Add MilvusPlus to your project:
</dependency>
```
Solon
```xml
<dependency>
<groupId>io.github.javpower</groupId>
<artifactId>milvus-plus-solon-plugin</artifactId>
<version>2.4.0-SNAPSHOT</version>
</dependency>
```
## Application Scenarios
Vector databases are particularly useful in: