OpenAIEmbeddingFunction class

Constructors

OpenAIEmbeddingFunction.new({required LLMConfig llmConfig, void listen(TokenUsage)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
llmConfig LLMConfig
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addUsageListener(void listen(TokenUsage)) → void
generate(List<Embeddable> input) Future<List<List<double>>>
Generates embeddings for the given inputs.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pushTokenUsage(TokenUsage tokenUsage) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited