HomeRAG

RAG

Retrieval-Augmented Generation (RAG) connects LLMs to external knowledge sources at inference time, enabling accurate, up-to-date answers without retraining. A core pattern in production AI systems.

3 articles

3 articles
RAG Workflow and Loop Engineering: The Dispatcher That Decides When to Loop and When to Stop
Towards Data Science· Yesterday
RAG Workflow and Loop Engineering: The Dispatcher That Decides When to Loop and When to Stop

The article discusses the concept of Retrieval-Augmented Generation (RAG) workflow and loop engineering, focusing on the role of a dispatcher in deciding when to loop and when to stop. Not mentioned are specific numbers, model names, or benchmark results. The practical implication for engineers building AI systems is the importance of designing an effective dispatcher to control the RAG workflow. The article highlights the concept of "agentic RAG" and its potential applications in enterprise document intelligence.

Cut an Enterprise RAG Pipeline’s Latency and Cost by Calling the LLM Less, Not by Buying a Faster Model
Towards Data Science· 2 days ago
Cut an Enterprise RAG Pipeline’s Latency and Cost by Calling the LLM Less, Not by Buying a Faster Model

A recent optimization in an Enterprise RAG pipeline has reduced latency and cost by minimizing the number of times a Large Language Model (LLM) is called, rather than relying on a faster model. By implementing a per-question signal that routes easy questions past the model, the pipeline can save around two seconds per query. This approach allows for more efficient use of resources, reducing unnecessary latency. The practical implication for engineers building AI systems is that optimizing the pipeline and reducing unnecessary model calls can have a significant impact on performance and cost.

Before Full Agentic RAG: Know How You Decide, and the Parsing Methods You Pick From
Towards Data Science· 3 days ago
Before Full Agentic RAG: Know How You Decide, and the Parsing Methods You Pick From

The article discusses the importance of understanding decision-making and parsing methods in the context of Enterprise Document Intelligence, specifically before implementing Full Agentic Retrieval-Augmented Generation (RAG). It highlights the need to select the appropriate parsing method from options like fitz, Docling, PaddleOCR, EasyOCR, MinerU, or Surya, based on the nature of each PDF document. The practical implication for engineers building AI systems is to carefully evaluate and choose the suitable parsing method to ensure effective document intelligence.

EXPLORE AI NEWS

Daily hand-picked stories on LLMs, RAG, agents and production AI — curated for engineers who ship.

BROWSE NEWS

GET THE WEEKLY DIGEST

Join engineers getting the Monday signal-over-noise AI breakdown. No spam, unsubscribe anytime.

LEARN AI ENGINEERING

Curated courses, research papers, repos and tutorials built for engineers leveling up in AI.

START LEARNING