II.
Topic overview
Reference · livetopic:dense-retrieval
Dense Retrieval overview
Dense Retrieval as a cross-cutting topic — similarity search using dense vector representations of queries and documents. Covers approximate nearest neighbor algorithms (HNSW, IVF, DiskANN), embedding space geometry, query-document asymmetry (bi-encoder architectures), distance metrics (cosine, dot product, L2), and the fundamental trade-off between index build time, memory usage, and retrieval latency. Dense retrieval excels at semantic matching but struggles with exact keyword lookups and rare terms.
Attributes
displayName
Dense Retrieval
description
Dense Retrieval as a cross-cutting topic — similarity search using
dense vector representations of queries and documents. Covers
approximate nearest neighbor algorithms (HNSW, IVF, DiskANN),
embedding space geometry, query-document asymmetry (bi-encoder
architectures), distance metrics (cosine, dot product, L2), and
the fundamental trade-off between index build time, memory usage,
and retrieval latency. Dense retrieval excels at semantic matching
but struggles with exact keyword lookups and rare terms.
Outgoing edges
applies_to2
- domain:software-engineering·DomainSoftware Engineering
- domain:data-science·DomainData Science
Incoming edges
contains1
- domain:knowledge-management·DomainKnowledge Management
related_topics1
- topic:rag-pipeline-design·TopicRAG Pipeline Design
relates_to_topic5
- tool:chromadb·ToolChroma
- tool:weaviate·ToolWeaviate
- tool:pinecone·ToolPinecone
- tool:qdrant·ToolQdrant
- tool:milvus·ToolMilvus