When to use one
Use a KB when:- Callers ask factual questions whose answers live in static documents (FAQs, manuals, policy pages)
- The content is too long to fit in the agent’s system prompt
- The content changes infrequently — daily or less
- Per-call state (the caller’s name, prior answers in this call) — that lives in conversation context
- Real-time data (today’s stock price, current order status) — use a workflow tool instead
- Tiny content (a 2-paragraph product description) — just put it in the prompt
How it works
pending → converting_to_markdown → chunking → embedding → ready.
Datasets and sources
The dashboard says “Knowledge Base,” but the API and database use three related nouns:
The same source can be attached to several knowledge bases.
Model choices
Pick an embedding model and dimension when you create the KB:
You can change the model later, but doing so requires re-embedding every source.
Supported content
- File types:
.pdf,.txt,.csv,.json,.md. Other types (including.html) are rejected — ingest web content as a URL source instead. - URLs: crawled, optionally following links. See Crawling URLs.
- Sources per KB: governed by your plan.

