Create Knowledge Base
Creates a knowledge base in Retell AI.
Query
Comma-separated response fields to include.
Body
Files to add to the knowledge base. Limit to 25 files, where each file is limited to 50MB.
Name of the knowledge base. Must be less than 40 characters.
Texts to add to the knowledge base.
URLs to be scraped and added to the knowledge base. Must be valid urls.
Title of the text.
Text to add to the knowledge base.
Whether to enable auto refresh for the knowledge base urls. If set to true, will retrieve the data from the specified url every 12 hours.
Maximum number of characters per chunk when splitting knowledge base. Default is 2000. content. Immutable after creation.
Minimum number of characters per chunk. Chunks smaller than this will be merged with adjacent chunks. Must be less than max_chunk_size. Immutable after creation. Default is 400.