retell_create_knowledge_base
Create a knowledge base for RAG by providing plain-text sources, URLs to crawl, or both so AI agents can retrieve answers from custom content.
Instructions
Create a new knowledge base for RAG. Provide plain-text sources, URLs to crawl, or both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| knowledge_base_name | Yes | Display name for the knowledge base. | |
| knowledge_base_urls | No | URLs to crawl and add as sources. | |
| knowledge_base_texts | No | Plain-text sources to add. |