How it works
- You upload documents (text or files)
- TalkPilot automatically splits them into chunks and creates vector embeddings
- During a call, when the agent needs information, it searches the knowledge base
- The most relevant chunks are included in the agent’s context
Adding documents
Manual text
- Go to agent detail > Wissensdatenbank (Knowledge Base)
- Click Dokument hinzufuegen (Add Document)
- Enter a title and paste your text content
- Click Speichern (Save)
File upload
Upload files by dragging them into the upload area or clicking to browse.| Format | Extension |
|---|---|
.pdf | |
| Word | .docx |
| Excel | .xlsx |
| PowerPoint | .pptx |
Document status
After uploading, documents go through a processing pipeline:| Status | Meaning |
|---|---|
| Uploading | File is being uploaded to storage |
| Processing | Text is being extracted, chunked, and embedded |
| Ready | Document is available for agent search |
| Failed | Processing error — check the error message |
Knowledge Base tool
For the agent to actually search the knowledge base during calls, a Knowledge Base tool must be configured:- Auto-activation: The tool is automatically enabled when the first document becomes ready
- Auto-deactivation: The tool is automatically disabled when the last document is deleted
| Setting | Default | Description |
|---|---|---|
| Top K | 5 | Number of chunks to retrieve |
| Similarity threshold | 0.7 | Minimum relevance (0 = any, 1 = exact match) |
| Bridging sentence | — | What the agent says while searching (e.g., “Einen Moment…”) |
Managing documents
- Edit: Click on a manual text document to update its content. Editing triggers automatic re-processing.
- Delete: Remove a document and all its chunks/embeddings.
Tips
- Keep documents focused on one topic each — this improves search accuracy
- Use clear, factual language — avoid ambiguous phrasing
- Update documents when information changes (pricing, hours, etc.)
- Check document status after upload to confirm successful processing