tensorlakeai / indexify

A realtime serving engine for Data-Intensive Generative AI Applications
https://docs.getindexify.ai
Apache License 2.0
862 stars 99 forks source link

Content deletion results in a 500 #710

Open grampelberg opened 3 months ago

grampelberg commented 3 months ago

If I try to delete content that no longer exists, I get a 500. It should be a 404. I'm not sure how we should handle partial failures though, as that API is a bulk API.

maxkozlovsky commented 3 months ago

Yes the error handling should be more detailed. It may be not a quick fix though.