#semantic-retrieval

[ follow ]
fromInfoQ
2 weeks ago

Instacart Consolidates Search Infrastructure on Postgresql, Phasing Out Elasticsearch

A key part of the redesign was improving how results are retrieved. Traditional keyword search excels at matching exact product attributes, for example, a query like "pesto pasta sauce 8oz" benefits from precise lexical matching. But broader intent-driven queries, such as "healthy foods", are better handled through semantic retrieval, which understands relationships between terms and concepts. By combining both approaches in Postgres, Instacart can balance precision (returning only relevant results) with recall (capturing as many relevant items as possible), ensuring that customers see both the exact products they're looking for and meaningful options for discovery.
E-Commerce
UX design
fromHackernoon
1 year ago

How We Built a Semantic Search Engine for React Components Using AI | HackerNoon

Developing a high-dimensional vector space model enhanced UI component retrieval beyond traditional text search limitations.
Combining transformer embeddings with generative techniques improved the semantic understanding of UI components.
[ Load more ]