-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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]:[new_indexes] Create index hangs if there is no required parameter "nrq" for new HNSW PRQ index #36922
Comments
/unassign @yanliang567 |
/assign @alexanderguzhva |
/assign @binbinlv |
Verified and fixed in 2.5 branch: milvus: 2.5-20241101-116bf501-amd64 results:
|
But when verify this issue on master latest, it create the "FAISS_HNSW_PRQ" index successfully without required parameter "nrq" pymilvus: 2.5.0rc106 results:
|
@binbinlv The master branch is as expected, with a default value for nrq. Please retry on the 2.5 branch after updating it to the same version of knowhere. |
OK, the 2.5 branch is deleted and master branch has been verified as the new design, so close this issue. |
Is there an existing issue for this?
Environment
Current Behavior
Create index hangs if there is no required parameter "nrq" for new HNSW PRQ index
Expected Behavior
no hangs, and report error
Steps To Reproduce
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: