deletedIds The return value is null
Comment From: markpollack
I discovered this if i bumbed the version of the chroma db, there was a test failure. ChromaVectorStoreIT.andAndSearch does a delete and the test passes with ghcr.io/chroma-core/chroma:0.5.11
but not with ghcr.io/chroma-core/chroma:0.5.17
Comment From: ilayaperumalg
After some investigation, I see that this is the result of the change introduced in chroma:0.5.13 .
Since the delete operation no longer returns the deleted Ids, I will work on a fix to use the status code as a way to verify the correctness of the operation.