Removing images from the index #70
Replies: 2 comments 1 reply
-
Another great idea @92amartins! There's support for removing images, but it's limited: you can remove from the index, but not from the database. Better explaining, the tensor can be removed from a index, but all its references (image copy, metadata, etc) will be still on the data directory. I'm creating a card for this feature, definitely will be part of release 0.10.7 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @92amartins, how's it going? Just merged the pull request #111 that implements this idea! Will be part of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@policratus, does
pupyl
offer the ability to remove all the images in an index (flush)? What if I wanted to remove a specific image from the index, is that possible?While testing
pupyl
, I find that these capabilities would be useful if one decides not to index a particular image for example.Beta Was this translation helpful? Give feedback.
All reactions