Arcana::AI::Embed::Provider
Inherits Arcana::AI::Traceable < Reference < Object
Instance methods
Embed texts in batches, aggregating results.
batch_embed_with_retry(request : Request, batch_size : Int32 = 100, max_retries : Int32 = 3) : Result
Combines batching and retry.
embed(request : Request) : Result
SourceEmbed with automatic retry on transient errors (429, 503, 502, 500).
name
Source