#hybrid-search

[ follow ]
fromInfoQ
3 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
Ruby on Rails
fromrubyflow.com
1 month ago

Lancelot: Ruby Bindings for Lance with Hybrid Search

Lancelot offers efficient Ruby-native bindings to Lance for managing ML workloads with features like hybrid search and support for vector and text search.
Artificial intelligence
fromGeeky Gadgets
4 months ago

How Hybrid Search is Changing the Game for AI Agents

Hybrid search combines precise keyword search with semantic vector search, improving AI agents' data retrieval capabilities.
It uses techniques like reciprocal rank fusion to rank results from both methods effectively.
[ Load more ]