OpenAIEmbeddings class
OpenAI Embeddings capability implementation
This module handles vector embedding generation for OpenAI providers.
- Implemented types
Constructors
- OpenAIEmbeddings.new(OpenAIClient client, OpenAIConfig config)
Properties
- client → OpenAIClient
-
final
- config → OpenAIConfig
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
embed(
List< String> input) → Future<List< List< >double> > -
Generate embeddings for the given input texts
override
-
getEmbeddingDimensions(
) → Future< int> - Get embedding dimensions for a model
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited