Back to Learn
Concept

LLM

The central reasoning engine of a RAG pipeline or AI Agent responsible for synthesizing retrieved context into natural language or orchestrating tool-calling logic. It functions as a non-deterministic processor that maps input prompts and external data to coherent, task-oriented outputs.

Definition

The central reasoning engine of a RAG pipeline or AI Agent responsible for synthesizing retrieved context into natural language or orchestrating tool-calling logic. It functions as a non-deterministic processor that maps input prompts and external data to coherent, task-oriented outputs.

Disambiguation

Distinguish between the LLM as the 'reasoning brain' and the Vector Database as the 'long-term memory'.

Visual Metaphor

"A polyglot judge who reviews a stack of evidence (retrieved documents) to deliver a final verdict (the response)."

Conceptual Overview

The central reasoning engine of a RAG pipeline or AI Agent responsible for synthesizing retrieved context into natural language or orchestrating tool-calling logic. It functions as a non-deterministic processor that maps input prompts and external data to coherent, task-oriented outputs.

Disambiguation

Distinguish between the LLM as the 'reasoning brain' and the Vector Database as the 'long-term memory'.

Visual Analog

A polyglot judge who reviews a stack of evidence (retrieved documents) to deliver a final verdict (the response).

Related Articles