mirror of
https://gitee.com/dromara/MilvusPlus.git
synced 2025-12-07 01:18:23 +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:
|
Add MilvusPlus to your project:
|
||||||
|
|
||||||
**Maven:**
|
**Maven:**
|
||||||
|
|
||||||
|
Core:
|
||||||
|
```xml
|
||||||
|
<dependency>
|
||||||
|
<groupId>io.github.javpower</groupId>
|
||||||
|
<artifactId>milvus-plus-core</artifactId>
|
||||||
|
<version>2.4.0-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Spring:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.github.javpower</groupId>
|
<groupId>io.github.javpower</groupId>
|
||||||
@ -31,6 +44,17 @@ Add MilvusPlus to your project:
|
|||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Solon:
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<dependency>
|
||||||
|
<groupId>io.github.javpower</groupId>
|
||||||
|
<artifactId>milvus-plus-solon-plugin</artifactId>
|
||||||
|
<version>2.4.0-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Application Scenarios
|
## Application Scenarios
|
||||||
|
|
||||||
Vector databases are particularly useful in:
|
Vector databases are particularly useful in:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user