close

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.
Your local RAG isn't slow — it re-reads every document on every question

Your local RAG isn't slow — it re-reads every document on every question

Comments
9 min read
INTRODUCTION TO RAG (RETRIEVAL AUGMENTED GENERATION)

INTRODUCTION TO RAG (RETRIEVAL AUGMENTED GENERATION)

Comments
4 min read
Upgrading Your Embedding Model Doesn't Break RAG Loudly — It Breaks It Quietly

Upgrading Your Embedding Model Doesn't Break RAG Loudly — It Breaks It Quietly

Comments
3 min read
Building a Self-Evolving RAG: Multi-Agent Orchestration for Dynamic Knowledge Bases

Building a Self-Evolving RAG: Multi-Agent Orchestration for Dynamic Knowledge Bases

Comments
9 min read
How to Build an Agentic RAG Pipeline with Real-Time Web Search

How to Build an Agentic RAG Pipeline with Real-Time Web Search

3
Comments
7 min read
Your RAG Demo Works Because Someone Picked the Documents

Your RAG Demo Works Because Someone Picked the Documents

Comments
6 min read
When RAG Says Duplicate but the LLM Disagrees: Building an Adjudication Layer

When RAG Says Duplicate but the LLM Disagrees: Building an Adjudication Layer

Comments
6 min read
# Building a Personal Notes Assistant with RAG, Amazon Bedrock, and Pinecone

# Building a Personal Notes Assistant with RAG, Amazon Bedrock, and Pinecone

2
Comments
5 min read
Building a RAG Retrieval Service: pgvector, Embedding Migrations, and Provenance Tracking

Building a RAG Retrieval Service: pgvector, Embedding Migrations, and Provenance Tracking

Comments
3 min read
LlamaIndex re-retrieves your chunks — and re-sends up to 75% of your context — on every chat turn

LlamaIndex re-retrieves your chunks — and re-sends up to 75% of your context — on every chat turn

Comments
3 min read
Your Documents, Chunked and Searchable: The Knowledge Base in ByteChef

Your Documents, Chunked and Searchable: The Knowledge Base in ByteChef

Comments
7 min read
My Agent Answers From 0.6% of Its Corpus and Reports It Like a Full Read

My Agent Answers From 0.6% of Its Corpus and Reports It Like a Full Read

Comments
5 min read
Architecting for Reliability: The Role of Message Brokers in Multi-Agent AI

Architecting for Reliability: The Role of Message Brokers in Multi-Agent AI

2
Comments
2 min read
Build a Local RAG Chatbot for Trading Research Using Ollama + Termux (Zero API Cost)

Build a Local RAG Chatbot for Trading Research Using Ollama + Termux (Zero API Cost)

Comments
6 min read
Queried the Local Embeddings Store for the First Time

Queried the Local Embeddings Store for the First Time

Comments
2 min read
👋 Sign in for the ability to sort posts by relevant, latest, or top.