GoodMem
ReferenceClient SDKsJavaRequests

UpdateEmbedderRequest

UpdateEmbedderRequest documentation for Java SDK

UpdateEmbedderRequest

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]
dimensionalityIntegerOutput vector dimensions[optional]
maxSequenceLengthIntegerMaximum input sequence length[optional]
supportedModalitiesList<Modality>Supported content modalities[optional]
credentialsEndpointAuthentication[optional]
replaceLabelsMap<String, String>Replace all existing labels with these (mutually exclusive with mergeLabels)[optional]
mergeLabelsMap<String, String>Merge these labels with existing ones (mutually exclusive with replaceLabels)[optional]
versionStringVersion information[optional]
monitoringEndpointStringMonitoring endpoint URL[optional]