Skip to content

RAG comparison

Agent Knowledge does not replace RAG. It gives RAG systems a portable source-of-truth package.

LayerAgent Knowledge roleRAG role
SourcesStores raw evidenceCan ingest and chunk
WikiMaintained synthesisOptional upstream structure
Compiled viewsRuntime-friendly contextHigh quality retrieval targets
IndexesRebuildable artifactsVector, full-text, graph search
ResolverSelects contextRetriever / router / reranker

Key rule

A vector store is not the knowledge asset. It is an acceleration layer derived from the knowledge asset.

If deleting the vector index deletes the only copy of the facts, the system is incorrectly designed.

Draft open standard. Inspired by Agent Skills, LLM Wiki, source-grounded notebooks, and production RAG systems.