---
answer: direct
beat: ai-technology
source: 1 article · updated: September 1, 2026
---

What tools does an Agentic RAG system typically choose between?

Common options include vector search over an embedded knowledge base, keyword or full-text search for exact-term matches vector search misses, calls to external APIs or databases for live data, and even other specialized agents for sub-tasks. The agent's job is picking which of these actually serves the current query, rather than always hitting the same vector index regardless of question type.

Answered in

RAG vs Agentic RAG: Why Retrieval Needed to Become a Decision

Traditional RAG retrieves once and answers. Agentic RAG lets the system decide what to retrieve, from where, and whether the first answer was even good enough.

Crashtech Editorial September 1, 2026 How AI Actually Works

Read the full analysis

Other questions this article answers

More how ai actually works questions

Every answer on Crashtech is written by the editor of the article it comes from — never auto-summarised. Browse all answers or the How AI Actually Works beat.