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 to /embeddings if not provided)[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]

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

On this page