EmbedderCreationRequest
EmbedderCreationRequest documentation for .NET SDK
Request body for creating a new Embedder. An Embedder represents a configuration for vectorizing content.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Validate | Object | [optional] | |
| DisplayName | string | User-facing name of the embedder | |
| Description | string | Description of the embedder | [optional] |
| ProviderType | ProviderType | ||
| EndpointUrl | string | API endpoint URL | |
| ApiPath | string | API path for embeddings request (defaults to /embeddings if not provided) | [optional] |
| ModelIdentifier | string | Model identifier | |
| Dimensionality | int | Output vector dimensions | |
| DistributionType | DistributionType | ||
| MaxSequenceLength | int? | Maximum input sequence length | [optional] |
| SupportedModalities | List<Modality> | Supported content modalities (defaults to TEXT if not provided) | [optional] |
| Credentials | EndpointAuthentication | [optional] | |
| Labels | Dictionary<string, string> | User-defined labels for categorization | [optional] |
| VarVersion | string | Version information | [optional] |
| MonitoringEndpoint | string | Monitoring endpoint URL | [optional] |
| OwnerId | string | Optional owner ID. If not provided, derived from the authentication context. Requires CREATE_EMBEDDER_ANY permission if specified. | [optional] |