bolna_create_knowledgebase
Create a knowledge base by uploading a PDF file as base64 or ingesting a web URL.
Instructions
Create a knowledgebase by uploading a PDF (as base64) or ingesting a web URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Web URL to ingest (required when source_type is 'url') | |
| filename | No | Filename for the uploaded PDF (e.g. 'hospital_faqs.pdf') | document.pdf |
| file_base64 | No | Base64-encoded PDF content (required when source_type is 'file') | |
| source_type | Yes | "file" to upload a PDF, "url" to ingest a web page |