Dense retrieval encodes queries and documents with two neural encoders. It enables fast ANN search over embeddings.
Dense retrieval uses bi-encoders to map queries and documents into the same vector space. Similarity (dot product/cosine) retrieves top candidates efficiently.
Dense retrieval is fast semantic recall. Tune on your domain and combine with re-ranking.
See these concepts in action: semantic, typo-tolerant search for Shopify stores — implemented by Rapid Search