Menu

#Retrieval

81 posts

Feed·
20 of 81 posts
How Contextual Embeddings and Hybrid Search Fix Retrieval Failures
📰
0

How Contextual Embeddings and Hybrid Search Fix Retrieval Failures

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More ·Rishi Raj Jain·3 days ago
#s6jAWPgZ

If you’ve built a RAG (Retrieval-Augmented Generation) system in the past year, you’ve probably hit the wall where your LLM returns confidently wrong answers, cites information that doesn’t exist, or

15s
Read More
Why your local LLM knowledge base gives bad answers (and how to fix it)
🖼️
0

Why your local LLM knowledge base gives bad answers (and how to fix it)

DEV Community·Alan West·17 days ago
#CiAk442S
#ai#rag#llm#chunks#query#retrieval

Local LLM knowledge base giving bad answers? The fix is almost always the retrieval layer. How to debug chunking, embeddings, and reranking.

15s
Read More
Why RAG Fails for Architectural Governance
🖼️
0

Why RAG Fails for Architectural Governance

DEV Community·Theo Valmis·18 days ago
#dCwSe4QX

Retrieval-augmented generation is excellent for knowledge lookup. It is the wrong tool for enforcing architectural decisions. The distinction is deep, and most teams building AI coding workflows haven't confronted it yet.

15s
Read More
Two Retrieval Methods Are Better Than One: Evidence from 500 Clinical Queries
🖼️
0

Two Retrieval Methods Are Better Than One: Evidence from 500 Clinical Queries

DEV Community·Igor Eduardo·19 days ago
#bgGc48cw
#python#rag#ai#bm25#dense#hybrid

When I set out to evaluate retrieval configurations for Portuguese clinical text, I expected one...

15s
Read More
Beyond Semantic Similarity: Rethinking Retrieval for Agentic Search via Direct Corpus Interaction
🖼️
0

Beyond Semantic Similarity: Rethinking Retrieval for Agentic Search via Direct Corpus Interaction

arXiv.org·[Submitted on 3 May 2026]·20 days ago
#F54IkD2c

Modern retrieval systems, whether lexical or semantic, expose a corpus through a fixed similarity interface that compresses access into a single top-k retrieval step before reasoning.…

15s
Read More
RAG Retrieval Optimization: Hybrid Search, Re-Ranking, Query Transformation
🖼️
0

RAG Retrieval Optimization: Hybrid Search, Re-Ranking, Query Transformation

DEV Community·丁久·20 days ago
#dxypEx8K

Optimize RAG retrieval with hybrid search combining dense and sparse methods, cross-encoder re-ranking, and query transformation techniques for better results.

15s
Read More
RAG Evaluation: Retrieval Metrics, Generation Quality, End-to-End Testing, and Datasets
🖼️
0

RAG Evaluation: Retrieval Metrics, Generation Quality, End-to-End Testing, and Datasets

DEV Community·丁久·21 days ago
#WKQoarzF

A practical guide to evaluating RAG systems: retrieval metrics, generation quality assessment, end-to-end testing frameworks, and benchmark datasets.

15s
Read More