Skip to main content

%Embedding.Interface

abstract class %Embedding.Interface extends %Library.RegisteredObject

Abstract class for %Embeddings. Each child class should

Method Inventory

Methods

abstract classmethod Embedding(input, configuration) as %Vector
Abstract method to retrieve embeddings. To be implemented by subclass of %Embedding
abstract classmethod IsValidConfig(config As %DynamicObject, ByRef errorMsg As %String) as %Boolean
Abstract method to validate configuration. To be implemented by subclass of %Embedding

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab