Menu

#Retrieval

87 posts

Feed·
20 of 87 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·4 months 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·4 months 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·4 months 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·4 months 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