-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: The radius and range_filter parameters of searh in the Java SDK are not effective #38407
Comments
I don't think GPU index support range search. @liliu-z can you confirm? |
These two parameters work in both GPU and CPU versions using Python, but do not work in Java CPU and GPU versions |
@yanliang567 |
/assign @yongpengli-z |
This may be a problem,help confirm whether the method of passing parameters is correct @yhmo,Java-sdk search returns results, but python does not.
|
In Java SDK, users no need to set "params", just put all parameters in the first level of searchParams.
|
Is there an existing issue for this?
Environment
Current Behavior
this is my part code :
Map<String, Object> stringObjectMap = searchParams(indexType) ;
private Map<String, Object> searchParams(IndexParam.IndexType indexType){
Map<String, Object> objectMap = new HashMap<>();
Expected Behavior
The radius and range_filter parameters of sealh in the Java SDK are not effective, Those with similarity below the threshold were also queried.
Using Python is normal
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: