GoodMem
ReferenceClient SDKs.NETModels

EmbedderResponse Model

EmbedderResponse Model documentation for .NET SDK

Embedder configuration information

Properties

NameTypeDescriptionNotes
EmbedderIdGuidUnique identifier of the embedder
DisplayNamestringUser-facing name of the embedder
DescriptionstringDescription of the embedder[optional]
ProviderTypeProviderTypeType of embedding provider
EndpointUrlstringAPI endpoint URL
ApiPathstringAPI path for embeddings request[optional]
ModelIdentifierstringModel identifier
DimensionalityintOutput vector dimensions
DistributionTypeDistributionTypeType of embedding distribution (DENSE or SPARSE)
MaxSequenceLengthint?Maximum input sequence length[optional]
SupportedModalitiesList<Modality>Supported content modalities
CredentialsEndpointAuthentication[optional]
LabelsDictionary<string, string>User-defined labels for categorization
VarVersionstringVersion information[optional]
MonitoringEndpointstringMonitoring endpoint URL[optional]
OwnerIdGuidOwner ID of the embedder
CreatedAtlongCreation timestamp (milliseconds since epoch)
UpdatedAtlongLast update timestamp (milliseconds since epoch)
CreatedByIdGuidID of the user who created the embedder
UpdatedByIdGuidID of the user who last updated the embedder

On this page