inline::sentence-transformers
Description
Sentence Transformers inference provider for text embeddings and similarity search.
Configuration
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
trust_remote_code | bool | No | False | Whether to trust and execute remote code from model repositories. Set to True for models that require custom code (e.g., nomic-ai/nomic-embed-text-v1.5). Defaults to False for security. |
Sample Configuration
trust_remote_code: false