milvus-sdk-java
milvus-sdk-java copied to clipboard
Add precision control for search function by adding round_decimal parameter for Java SDK
python sdk has supported precision control control when search. That feature should be added to java sdk.
i has wrote code to python sdk that add precision control function. I think maybe i can also do it for java SDK
/assign elfisworking
Great. It is a valuable feature.
@elfisworking The java sdk for v2.0 is basically ready. You can create a pull request once you have a solution to add precision control.