mirror of
https://gitee.com/dromara/MilvusPlus.git
synced 2025-12-06 17:08:27 +08:00
更新README
This commit is contained in:
parent
259a735824
commit
4d5224cda2
24
README.md
24
README.md
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user