Skip to content

Core concept: Knowledge bases

A knowledge base is a searchable collection of your business content — the source of truth your assistant cites when answering document-based questions.

SourceExamples
UploadsPDF, DOCX, TXT, HTML
URL importSingle page or help article
Website crawlEntire site or path-limited crawl

Each file is extracted, chunked, embedded, and indexed in Qdrant. See Processing and indexing.

Attach one or more knowledge bases to an assistant to enable RAG (retrieval-augmented generation). At answer time Chatevo runs hybrid semantic + keyword search, passes top chunks to the model, and returns citations in the reply.

Every document carries a classification level that controls visibility at retrieval time:

LevelTypical use
publicCustomer-facing FAQs, marketing copy
internalTeam runbooks, internal policies
confidentialHR, finance, contracts
restrictedHighly sensitive — narrowest access

See Document classification.

Knowledge base count, documents per KB, and storage vary by plan. Auto-retrain (re-index on content change) is available on Standard and above.

PlanKnowledge basesDocuments per KB
Free15
Starter120
Standard3100
Pro15500
EnterpriseCustomCustom

Full comparison: Plans compared.

Per-assistant RAG settings (similarity threshold, max results) live on the assistant. Per-KB search settings are under Tune search settings.