vitrivr / vitrivr-engine

vitrivr's next-generation retrieval engine
MIT License
4 stars 2 forks source link

ApiWrapper throws exception causing extraction to halt #73

Closed sauterl closed 1 month ago

sauterl commented 2 months ago

During extraction with the DenseEmbedding (model: dino-v2-vits14), an error occurred:

ERROR ApiWrapper - Job on Host <HOST> with ID: 79be39f5-5975-4723-b97e-71a8152316e2 returned no result.

Since the ApiWrapper does throw an exception in line 50, the extraction stopped. I could not find any issue with the feature exctraction server, thus more information would be helpful.

I would suggest to simply ignore those that could not be extracted and log this (possibly with the source), as the extraction should only be stopped in dire situations.

faberf commented 2 months ago

Thanks for bringing this to my attention! I will look into this and hopefully address it by the end of the week.

faberf commented 1 month ago

Considering our private conversations, and the fix from last week (https://github.com/vitrivr/feature-extraction-server/commit/5fba6d7f162e8b07e636e7fa2256e5b2ea301777) I will close this issue.