OpenAIEmbeddingFunction class
Constructors
- OpenAIEmbeddingFunction.new({required LLMConfig llmConfig, void listen(TokenUsage)?})
Properties
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