-
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]: [new_indexes] The name for new HNSW SQ/PQ/PRQ indexes are "FAISS_HNSW_**" not "HNSW_**" #36925
Comments
/assign @alexanderguzhva |
this is temporarily while we finish all checks |
@alexanderguzhva Have you tried building index and loading it with FAISS HNSW? If you change the name, you should take care it can successfully load the index built before |
@foxspy that was my first question to @liliu-z and @xiaofan-luan |
track: zilliztech/knowhere#921 |
Yes, we need to be able to load the binary built by the old HNSW. The backward compatibility need to be ensured for a middle version, so we can stop the support from 2.6 or 3.0 |
Also we need to support both |
/assign |
issue: #36925 Signed-off-by: xianliang.li <[email protected]>
/assign |
working on verification |
Verified and fixed, all index names are changed. milvus: master-20241114-1304b405-amd64 |
Is there an existing issue for this?
Environment
Current Behavior
The name for new HNSW SQ/PQ/PRQ indexes are "FAISS_HNSW_" not "HNSW_":
FAISS_HNSW_FLAT
FAISS_HNSW_SQ
FAISS_HNSW_PQ
FAISS_HNSW_PRQ
Expected Behavior
HNSW_FLAT
HNSW_SQ
HNSW_PQ
HNSW_PRQ
Steps To Reproduce
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: