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

[FEATURE] Delete vectors by ID #2

Closed
bootleg-dev opened this issue Sep 23, 2019 · 5 comments
Closed

[FEATURE] Delete vectors by ID #2

bootleg-dev opened this issue Sep 23, 2019 · 5 comments
Labels
kind/enhancement Issues or changes related to enhancement

Comments

@bootleg-dev
Copy link

Is your feature request related to a problem? Please describe.
I wish I could use Milvus to find and delete vector by it's corresponding ID. Currently the SDK supports only removing the vectors using the date-time, which is a little bit useless for the following cases; suppose I've inserted a huge dataset of animals and the last image vector of a person was mistakenly added, so in order to remove the last vector I need to remove the whole table.

Describe the solution you'd like
Delete vector by its corresponding ID.

Describe alternatives you've considered
Actually this feature is already implemented in FAISS search engine and the other ones. I think you know that it is possible to remove the ID from the index, using remove_ids() in FAISS. Is this possible to add the same feature for the Milvus?

Additional context
https://github.com/facebookresearch/faiss/wiki/Special-operations-on-indexes

@JinHai-CN
Copy link
Contributor

Yes, we already planned to add this feature in the future.
Please check the roadmap: https://milvus.io/docs/en/roadmap/
Any comments are welcome!

@yhmo
Copy link
Contributor

yhmo commented Nov 9, 2019

This requirement should be given high priority since more people mentioned it.
milvus-io/pymilvus#113
#124

From other community channel we also receive question for this function. I think we should consider design/implement it in the near future.
Reopen this issue.

@namnh2204
Copy link

I'm still waiting for this feature...

@yhmo
Copy link
Contributor

yhmo commented Dec 18, 2019

This feature is in tech design phase. We will implement it with the highest priority.

youny626 added a commit that referenced this issue Jan 9, 2020
add attribute search and searchById in faiss
youny626 pushed a commit that referenced this issue Jan 13, 2020
@yhmo
Copy link
Contributor

yhmo commented Feb 29, 2020

Already implemented in master branch, will be released in 0.7.0

MrPresent-Han pushed a commit to MrPresent-Han/milvus that referenced this issue Jun 4, 2024
milvus-io#2 Add CHANGELOG.md and LICENSE, update setup.py
MrPresent-Han pushed a commit to MrPresent-Han/milvus that referenced this issue Jun 4, 2024
MrPresent-Han pushed a commit to MrPresent-Han/milvus that referenced this issue Jun 4, 2024
MrPresent-Han pushed a commit to MrPresent-Han/milvus that referenced this issue Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Issues or changes related to enhancement
Projects
None yet
Development

No branches or pull requests

4 participants