Skip to main content
Give your agents access to documents for retrieval-augmented generation. TurnCall supports three retrieval modes so you can choose the right strategy for your use case.

Retrieval Modes

Setup

1

Create a knowledge base

2

Upload a document

Supported file types: PDF, TXT, Markdown, DOCX, CSV, JSON, YAML, XML, TSV. Max 10 MB.
3

Link to an agent

Choose the retrieval mode that fits your content:
Debug your knowledge base by running a test search:

Configuration

Knowledge Base Settings

Architecture

Requires PostgreSQL with the pgvector extension: CREATE EXTENSION IF NOT EXISTS vector;