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 MUST NOT be 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 companion standard for source-grounded knowledge assets in the Agent Skills ecosystem.