In depth
Vector search finds items by meaning: a query for 'warm jacket' surfaces insulated parkas even if the product page never uses the word 'warm'. BM25 handles exact matches like SKUs, brand names, and model numbers. Hybrid search runs both in parallel and merges results using reciprocal rank fusion, so you get the best of each.
See also