Skip to content

Commit

Permalink
Split to 2 packages
Browse files Browse the repository at this point in the history
Signed-off-by: yhmo <[email protected]>
  • Loading branch information
yhmo committed Dec 9, 2024
1 parent 1b47429 commit aa793b5
Show file tree
Hide file tree
Showing 340 changed files with 759 additions and 392 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ hs_err_pid*
target/
volumes/
*.iml
.flattened-pom.xml

# Example files
examples/bulk_writer
Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "src/main/milvus-proto"]
path = src/main/milvus-proto
[submodule "sdk-core/src/main/milvus-proto"]
path = sdk-core/src/main/milvus-proto
url = https://github.com/milvus-io/milvus-proto.git
7 changes: 6 additions & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,12 @@
<dependency>
<groupId>io.milvus</groupId>
<artifactId>milvus-sdk-java</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>io.milvus</groupId>
<artifactId>milvus-sdk-java-bulkwriter</artifactId>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>org.tensorflow</groupId>
Expand Down
Loading

0 comments on commit aa793b5

Please sign in to comment.