Comment on Show HN: I made a Pinterest clone using SigLIP image embeddingsComments−GamerAlias2yGood stuff! Do you have any intuitive sense of whether SigLIP is particularly stronger than CLIP here? Also vector DB over Faiss index?−verseOP2yI haven't done much testing or anything, but it seems to me that siglip "understands" what it's looking at more than CLIPalso no, I just put everything on Supabase and added pgvector. super easy:https://supabase.com/docs/guides/database/extensions/pgvecto...−ReD_CoDE2yqdrant doesn't support vector DB over Faiss index?Also, pgvector or qdrant? which is better?
Comments
Good stuff! Do you have any intuitive sense of whether SigLIP is particularly stronger than CLIP here? Also vector DB over Faiss index?
I haven't done much testing or anything, but it seems to me that siglip "understands" what it's looking at more than CLIP
also no, I just put everything on Supabase and added pgvector. super easy:
https://supabase.com/docs/guides/database/extensions/pgvecto...
qdrant doesn't support vector DB over Faiss index?
Also, pgvector or qdrant? which is better?