machinebox / issues

Machine Box issues, bugs and feature requests
2 stars 0 forks source link

feature requests: unteach picture #2

Closed xfreakart closed 7 years ago

xfreakart commented 7 years ago

I was trying the tutorial with the beatles, doing image Post and by mistake I didn't update the name field, so I have 2 pictures with the same "Person Name".

I wonder if it could be possible to "un-teach" a picture by its ID or something like that.

PS: Great job by the way!!

dahernan commented 7 years ago

Thank you for the feedback :)

The delete on the index right now is quite expensive (is basically recreate the index), that is the main reason to not implement delete. The idea right now is destroy the box and repeat the inserts to make you base of knowledge.

Let me know if that make sense now, if we find more use cases for the delete, probably is worthy to implement in some way

dahernan commented 7 years ago

We just added Remove and Rename endpoints, if you pull from docker, you should be able to use it