GoodMem
ReferenceClient SDKs.NET SDKRequests

EmbedderCreationRequest

EmbedderCreationRequest documentation for .NET SDK

Request body for creating a new Embedder. An Embedder represents a configuration for vectorizing content.

Properties

NameTypeDescriptionNotes
ValidateObject[optional]
DisplayNamestringUser-facing name of the embedder
DescriptionstringDescription of the embedder[optional]
ProviderTypeProviderType
EndpointUrlstringAPI endpoint URL
ApiPathstringAPI path for embeddings request (defaults: Cohere /v2/embed, TEI /embed, others /embeddings)[optional]
ModelIdentifierstringModel identifier
DimensionalityintOutput vector dimensions
DistributionTypeDistributionType
MaxSequenceLengthint?Maximum input sequence length[optional]
SupportedModalitiesList<Modality>Supported content modalities (defaults to TEXT if not provided)[optional]
CredentialsEndpointAuthentication[optional]
LabelsDictionary<string, string>User-defined labels for categorization[optional]
VarVersionstringVersion information[optional]
MonitoringEndpointstringMonitoring endpoint URL[optional]
OwnerIdstringOptional owner ID. If not provided, derived from the authentication context. Requires CREATE_EMBEDDER_ANY permission if specified.[optional]
EmbedderIdstringOptional client-provided UUID for idempotent creation. If not provided, server generates a new UUID. Returns ALREADY_EXISTS if ID is already in use.[optional]

↑ Back to .NET SDK ↑ Back to .NET SDK ↑ Back to .NET SDK

On this page