Embedding Middleware Call Context
class EmbeddingMiddlewareCallContext(val params: EmbeddingModelCallParams, val model: EmbeddingModel, val doEmbed: suspend (EmbeddingModelCallParams) -> EmbeddingModelResult)(source)
Since
0.3.0-beta01
Constructors
Link copied to clipboard
constructor(params: EmbeddingModelCallParams, model: EmbeddingModel, doEmbed: suspend (EmbeddingModelCallParams) -> EmbeddingModelResult)