milvus-sdk-java
milvus-sdk-java copied to clipboard
Java SDK for Milvus.
actual response: delete success expect response: warning the usename is not existed
 use Int8 ,insert scene value is 25, but insert after is not my value. 
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. 
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...
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....
python sdk has supported precision control control when search. That feature should be added to java sdk.
fastjson jar is not include in file pom.xml com.fasterxml.jackson is recommended,which is much better than fastjson