Tag

#RAG

7 matching blog articles with repeat coverage under this topic.

Browse nearby All tagsBlog archive

Tag wiki

#RAG is a AI retrieval pattern used directly in these articles.

Definition

RAG stands for retrieval-augmented generation, a pattern where an LLM retrieves relevant external context before generating an answer instead of relying only on model memory.

Why it matters

It matters when accuracy, freshness, traceability, or domain-specific grounding are more important than letting a model respond from generic pretraining alone.

In this archive

In this archive RAG shows up in document pipelines, chunking, embeddings, retrieval quality, evaluation, and real-world AI implementations that need grounded answers. It currently appears across 2 categories, mainly AI, Updates.