rom1504 / clip-retrieval

Easily compute clip embeddings and build a clip retrieval system with them
https://rom1504.github.io/clip-retrieval/
MIT License
2.42k stars 213 forks source link

better error reporting for empty shards #316

Open rom1504 opened 1 year ago

rom1504 commented 1 year ago

common case is people using the wrong property for text or image (for example TXT instead of TEXT) it currently fails on no start_time in metadata which is confusing

rom1504 commented 10 months ago

Another example is people using enable text/metadata or wds key wrong and hence no file is found An explicit check for the first shard to suggest people the right options may be good