milvus-sdk-java icon indicating copy to clipboard operation
milvus-sdk-java copied to clipboard

Java SDK for Milvus.

Results 99 milvus-sdk-java issues
Sort by recently updated
recently updated
newest added

actual response: delete success expect response: warning the usename is not existed

![image](https://user-images.githubusercontent.com/18657682/177075410-e2d90233-6dfe-4600-bc1f-a9437bcbee5d.png) use Int8 ,insert scene value is 25, but insert after is not my value. ![image](https://user-images.githubusercontent.com/18657682/177075853-d69eb5ae-b7a1-466d-a37b-7699457df181.png)

details: 1.the rows of json file need >=30(the result is correct when the rows is

Warpper the response ,such as insert,insetAsync and so on

For example,when create collection without collectionName,throw ParamException. ![image](https://user-images.githubusercontent.com/103410837/170448335-6176e580-bfcc-43da-95b1-14556da4922f.png)

Now Java SDK only supports 2 kinds of consistency levels: Strong and Eventually. But Python SDK already supports 4 kinds of consistency levels: Strong, Bounded, Session, and Eventually. Java SDK...

feature

Milvus cluster: v2.0.1 milvus-sdk-java: 2.0.4 ``` public static void runQuickSearch(String collectionName) { DescIndexResponseWrapper.IndexDesc indexDesc = describeIndexInfo(collectionName) .getIndexDescByFieldName(PROPERTIES.getProperty("VECTOR_FIELD")); int topK = 20; int nq = 5; final List vectors = new...

I'd like to raise a feature request for native bindings with Spring Framework & Boot. I think a `spring-data` like component will be very comfortable for lots of Java developers....

good first issue
feature

python sdk has supported precision control control when search. That feature should be added to java sdk.

feature

fastjson jar is not include in file pom.xml com.fasterxml.jackson is recommended,which is much better than fastjson