E-commerce & Retail
Visual Product Search
Shop-by-image experience. Upload a product photo or describe what you're looking for and surface visually similar items from your catalog. Uses image + text fusion with diversity reranking.
No credit card to start · Build from $25/mo
Pipeline Stages
1
product_search
filter
feature_searchView parameters
{
"searches": [
{
"feature_uri": "mixpeek://image_extractor@v1/google_siglip_base_v1",
"query": {
"input_mode": "text",
"value": "{{INPUT.query}}"
},
"top_k": 100
},
{
"feature_uri": "mixpeek://text_extractor@v1/multilingual_e5_large_instruct_v1",
"query": {
"input_mode": "text",
"value": "{{INPUT.query}}"
},
"top_k": 100
}
],
"final_top_k": 40,
"fusion": "rrf"
}2
diversity_rerank
sort
mmrView parameters
{
"lambda_param": 0.7,
"top_k": 20
}Input Schema
querytext
required
Product description, style, or category to search for
e.g. red leather crossbody bag
Use Cases
- Shop-by-image product discovery
- Similar product recommendations
- Visual catalog search
- Outfit completion
Requirements
- Collection must have image embeddings indexed
- Collection must have text embeddings indexed
Tags
product-search
visual
ecommerce
retail
fashion
Ready to use this template?
Clone it into your namespace and start querying in minutes.