host.docs.index_config
Configure this tenant's search index provider. provider: "none" (lexical only, the default) or "openai-compatible" (endpoint, model, and secret -- a tenant secret name used as the embeddings request's bearer -- all required). Changing config re-indexes every document from scratch in the background.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dims | No | Expected embedding dimensionality, for documentation purposes. | |
| model | No | Embeddings model name; required for openai-compatible. | |
| secret | No | Name of a tenant secret (host.secret_set) used as the bearer; required for openai-compatible. | |
| endpoint | No | Embeddings API URL; required for openai-compatible. | |
| provider | Yes | "none" or "openai-compatible". | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |