milvus-sdk-java
milvus-sdk-java copied to clipboard
io.milvus.grpc.DataType can not resolve, which dependency need to import for this enum class?
The same question is answered here: https://github.com/milvus-io/milvus-sdk-java/issues/273
In the latest code, the submodule milvus-proto is moved to here: https://github.com/milvus-io/milvus-sdk-java/tree/master/sdk-core/src/main
To sync the submodule, go to the milvus-sdk-java root path, and run this command in the terminal:
git submodule update --init
Then use a IDE(IntelliJ is recommended) to open the repo, there is a pulgin will auto-generate the classes from the milvus-proto