GoodMem
ReferenceClient SDKs.NETRequests

UpdateEmbedderRequest

UpdateEmbedderRequest documentation for .NET SDK

Request body for updating an existing Embedder. Only fields that should be updated need to be included.

Properties

NameTypeDescriptionNotes
DisplayNamestringUser-facing name of the embedder[optional]
DescriptionstringDescription of the embedder[optional]
EndpointUrlstringAPI endpoint URL[optional]
ApiPathstringAPI path for embeddings request[optional]
ModelIdentifierstringModel identifier[optional]
Dimensionalityint?Output vector dimensions[optional]
MaxSequenceLengthint?Maximum input sequence length[optional]
SupportedModalitiesList<Modality>Supported content modalities[optional]
CredentialsEndpointAuthentication[optional]
ReplaceLabelsDictionary<string, string>Replace all existing labels with these (mutually exclusive with mergeLabels)[optional]
MergeLabelsDictionary<string, string>Merge these labels with existing ones (mutually exclusive with replaceLabels)[optional]
VarVersionstringVersion information[optional]
MonitoringEndpointstringMonitoring endpoint URL[optional]

On this page