qdrant-client
qdrant-client copied to clipboard
KeyError in `delete()` with `LocalCollection` for `PointId` not in collection
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.
Hey @dhleong
Thank you for reporting this issue! We'll work on a fix
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