Data Science

Knowledge Base

A structured or semi-structured collection of information used by AI systems to retrieve factual data. In the context of RAG, it typically refers to the document collection that the system can search.

Why It Matters

A well-organized knowledge base is the foundation of effective RAG systems. The quality of your knowledge base directly determines the quality of AI-generated answers.

Example

A company's internal wiki, documentation site, and FAQ database serving as the knowledge base that an AI chatbot searches to answer employee questions.

Think of it like...

Like a well-organized library — the books (knowledge) are only useful if they are cataloged, searchable, and accessible when someone needs information.

Related Terms