qdrant-client icon indicating copy to clipboard operation
qdrant-client copied to clipboard

KeyError in `delete()` with `LocalCollection` for `PointId` not in collection

Open dhleong opened this issue 10 months ago • 1 comments

I'm using the in-memory implementation for some testing purposes, and it seems if you try to pass a PointId to delete() that hasn't been inserted, this line will throw a KeyError.

dhleong avatar Jan 15 '25 18:01 dhleong

Hey @dhleong

Thank you for reporting this issue! We'll work on a fix

joein avatar Jan 22 '25 11:01 joein

We forgot to mention PR with a fix 🙈 Anyway, the fix is available as of qdrant-client 1.14.1, closing the issue for now Please, re-open the issue if it has not been resolved for you

joein avatar Apr 23 '25 10:04 joein