Click an image to get similar images.
I crawled Tumblr and used SigLIP to get vector embeddings for many images.
When you click an image, it finds the most similar vector embeddings in the database, and returns the corresponding images.
I crawled Tumblr and used SigLIP to get vector embeddings for many images.
When you click an image, it finds the most similar vector embeddings in the database, and returns the corresponding images.
also no, I just put everything on Supabase and added pgvector. super easy:
https://supabase.com/docs/guides/database/extensions/pgvecto...
Also, pgvector or qdrant? which is better?