rom1504 / clip-retrieval

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

implement block listing on text and image embeddings with a provided list of keywords #36

Open rom1504 opened 3 years ago

rom1504 commented 3 years ago

use that + reconstruct + raw text filtering + larger queries

rom1504 commented 3 years ago

reconstruct is too slow for memory mapped indices so it would have to be a filtering on url and text to begin with

rom1504 commented 3 years ago

partially implemented would be nice to make it more generic