search_index_index_add
Add documents to a search index. Specify the index name and a JSON array of documents. The index is created automatically if it does not exist.
Instructions
[search_index] Add documents to an index. docs is a JSON array of dicts. Auto-creates index if it doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| docs | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |