Upload Document
neuron_upload_documentUpload text documents to a knowledge base. Content is automatically chunked and indexed for semantic search.
Instructions
Upload a text document to a knowledge base. The document will be automatically chunked and indexed for semantic search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier of the knowledge base | |
| folder | No | Folder path to organize the document within the knowledge base | |
| content | Yes | Text content of the document to upload | |
| filename | Yes | Name of the file being uploaded |