Class: TemporalEmbeddingModel
aisdk.TemporalEmbeddingModel
An embedding model implementation that delegates embedding generation to Temporal activities. This allows workflows to generate embeddings through the Temporal execution model.
The AI SDK integration is an experimental feature; APIs may change without notice.
Implements
EmbeddingModelV4
Constructors
constructor
• new TemporalEmbeddingModel(modelId, options?): TemporalEmbeddingModel
Parameters
| Name | Type |
|---|---|
modelId | string |
options? | ActivityOptions |