Hi Community,
I’m developing a product search feature for ecommerce and wonder about the best approach to do this. Specifically I want users to perform semantic search based on image & product meta-data (think “Elvis Presley style pants”).
My idea is to use gpt4v to create one textual description, which holds information on the image + product meta-data, encode this description, and perform search.
On the other hand, I’ve seen the hybrid-search offering from pinecone, which combines dense vectors(image info) with sparse vectors (text info).
I wonder now what the better approach would be. Any thoughts?