insert_texts
Add multiple raw text entries to a knowledge graph in a single batch call, returning a track ID to monitor processing status.
Instructions
Insert multiple pieces of raw text into the knowledge base in one call. Returns a single track_id covering the whole batch -- poll with get_track_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| texts | Yes | The text contents to add to the knowledge base. None may be empty. | |
| file_sources | No | Source name for each text, in the same order as texts. Always set this so query() references can name where an answer came from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||