search_index_index_add
Add documents to a search index. Automatically creates the index if it doesn't exist, enabling efficient document storage and retrieval for AI applications.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| docs | Yes |