GoodMem
ReferenceClient SDKsJavaModels

EmbedderResponse Model

EmbedderResponse Model documentation for Java SDK

EmbedderResponse

Embedder configuration information

Properties

NameTypeDescriptionNotes
embedderIdUUIDUnique 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
dimensionalityIntegerOutput vector dimensions
distributionTypeDistributionTypeType of embedding distribution (DENSE or SPARSE)
maxSequenceLengthIntegerMaximum input sequence length[optional]
supportedModalitiesList<Modality>Supported content modalities
credentialsEndpointAuthentication[optional]
labelsMap<String, String>User-defined labels for categorization
versionStringVersion information[optional]
monitoringEndpointStringMonitoring endpoint URL[optional]
ownerIdUUIDOwner ID of the embedder
createdAtLongCreation timestamp (milliseconds since epoch)
updatedAtLongLast update timestamp (milliseconds since epoch)
createdByIdUUIDID of the user who created the embedder
updatedByIdUUIDID of the user who last updated the embedder