GoodMem
ReferenceClient SDKsJavaScript SDKRequests

UpdateEmbedderRequest

UpdateEmbedderRequest documentation for JavaScript SDK

Properties

NameTypeDescriptionNotes
validateLabelStrategyObject[optional]
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]
dimensionalityNumberOutput vector dimensions[optional]
maxSequenceLengthNumberMaximum input sequence length[optional]
supportedModalities[Modality]Supported content modalities[optional]
credentialsEndpointAuthentication[optional]
replaceLabels{String: String}Replace all existing labels with these (mutually exclusive with mergeLabels)[optional]
mergeLabels{String: String}Merge these labels with existing ones (mutually exclusive with replaceLabels)[optional]
versionStringVersion information[optional]
monitoringEndpointStringMonitoring endpoint URL[optional]

On this page