Skip to main content

Posts

Showing posts from April, 2025

Enhancing E-commerce Search with Sentence Transformers

 Product search is a critical feature for any e-commerce platform, as it directly impacts sales and revenue. The effectiveness of the search function depends on how well it generates diverse and relevant results based on customer queries that plays a key role in meeting customer needs and driving conversions. Most of the e-commerce websites are still using old fashioned search that is driven by traditional engine such as solr, elastic search etc. Imagine a smart AI based search portal which is capable to generate much diversified results instead of just relying on product descriptions and other indexed information.  Here is a Proof of Concept (PoC) for an enhanced search portal that acts like a virtual shopkeeper, delivering more diverse and relevant search results by accurately understanding the intent behind each query. One of the best suitable options available is semantic search There are numerous AI based models to achieve such tasks and sentence transformers are one of t...