GoodMem
ReferenceClient SDKsJavaScriptModels

EmbedderResponse Model

EmbedderResponse Model documentation for JavaScript SDK

Properties

NameTypeDescriptionNotes
embedderIdStringUnique 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
dimensionalityNumberOutput vector dimensions
distributionTypeDistributionTypeType of embedding distribution (DENSE or SPARSE)
maxSequenceLengthNumberMaximum input sequence length[optional]
supportedModalities[Modality]Supported content modalities
credentialsEndpointAuthentication[optional]
labels{String: String}User-defined labels for categorization
versionStringVersion information[optional]
monitoringEndpointStringMonitoring endpoint URL[optional]
ownerIdStringOwner ID of the embedder
createdAtNumberCreation timestamp (milliseconds since epoch)
updatedAtNumberLast update timestamp (milliseconds since epoch)
createdByIdStringID of the user who created the embedder
updatedByIdStringID of the user who last updated the embedder

On this page