DEV Community

#rag

Retrieval augmented generation, or RAG, is an architectural approach that can improve the efficacy of large language model (LLM) applications by leveraging custom data.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
A RAG project for your college: notes, syllabus and PYQs you can actually query

A RAG project for your college: notes, syllabus and PYQs you can actually query

Comments
3 min read
How to evaluate a RAG system: recall, faithfulness and the questions that matter

How to evaluate a RAG system: recall, faithfulness and the questions that matter

Comments
3 min read
FAISS vs Qdrant vs pgvector: choosing a vector store for a student or startup RAG project

FAISS vs Qdrant vs pgvector: choosing a vector store for a student or startup RAG project

Comments
3 min read
Seven ways RAG fails in production, and the fix for each

Seven ways RAG fails in production, and the fix for each

Comments
3 min read
Citations in RAG answers: how to make every sentence traceable to a source

Citations in RAG answers: how to make every sentence traceable to a source

Comments
3 min read
Multi-provider LLM fallback: staying up when one API goes down

Multi-provider LLM fallback: staying up when one API goes down

Comments
3 min read
Chunking strategies for RAG: sizes, overlap and structure-aware splits

Chunking strategies for RAG: sizes, overlap and structure-aware splits

Comments
3 min read
Choosing an embedding model for RAG (and when to switch)

Choosing an embedding model for RAG (and when to switch)

Comments
3 min read
Reranking in RAG: why a cross-encoder second pass fixes most bad answers

Reranking in RAG: why a cross-encoder second pass fixes most bad answers

Comments
3 min read
We built a support widget with no human handoff. Here's why that's the honest version.

We built a support widget with no human handoff. Here's why that's the honest version.

Comments
5 min read
What Is RAG, and Why Does Your LLM Need It?

What Is RAG, and Why Does Your LLM Need It?

Comments
14 min read
Why LLMs chatbots experience memory loss and how to overcome it?

Why LLMs chatbots experience memory loss and how to overcome it?

Comments
2 min read
RAG Is Not an Architecture: Choosing the Right Retrieval Strategy for GenAI

RAG Is Not an Architecture: Choosing the Right Retrieval Strategy for GenAI

1
Comments 1
4 min read
Demystifying LLM Context Windows: How AI Memory Works (and Why It Fails)

Demystifying LLM Context Windows: How AI Memory Works (and Why It Fails)

Comments
7 min read
RAG Over YouTube Playlists: From Video URLs to Cited Answers in 60 Lines

RAG Over YouTube Playlists: From Video URLs to Cited Answers in 60 Lines

Comments
4 min read
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.