Skip to content
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

HNSW support deleted vectors searching. #1661

Closed
JinHai-CN opened this issue Mar 14, 2020 · 0 comments · Fixed by #1729
Closed

HNSW support deleted vectors searching. #1661

JinHai-CN opened this issue Mar 14, 2020 · 0 comments · Fixed by #1729
Assignees
Labels
kind/feature Issues related to feature request from users
Milestone

Comments

@JinHai-CN
Copy link
Contributor

Is your feature request related to a problem? Please describe.
In 0.7.0, HNSW index support deleted vectors searching.

Describe the solution you'd like
Similar with other CPU index, just use the bitmap to filt out the deleted vector in searching phase.

@JinHai-CN JinHai-CN added the kind/feature Issues related to feature request from users label Mar 14, 2020
@JinHai-CN JinHai-CN added this to the 2020 Q1 milestone Mar 14, 2020
JinHai-CN pushed a commit that referenced this issue Mar 23, 2020
* support HNSW deletion on nmslib

Signed-off-by: lichengming <chengming.li@zilliz.com>

* update changelog

Signed-off-by: lichengming <chengming.li@zilliz.com>

* fix lint error on test_hnsw.cpp

Signed-off-by: lichengming <chengming.li@zilliz.com>

Co-authored-by: lichengming <chengming.li@zilliz.com>
MrPresent-Han pushed a commit to MrPresent-Han/milvus that referenced this issue Jun 4, 2024
- Revert "Support Default Value (milvus-io#1444)"
This reverts commit 5a581ce.

- Revert "Fix default value appear when not set (milvus-io#1451)"
This reverts commit 69d9b40.

- Revert "Fix default value store in unknow dataType (milvus-io#1462)"
This reverts commit cf81b47.

- Revert "Make default value set None valid (milvus-io#1473)"
This reverts commit 72bec7c.

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Issues related to feature request from users
Projects
None yet
2 participants