Uses of Class
com.google.genkit.ai.EmbedRequest
Packages that use EmbedRequest
Package
Description
-
Uses of EmbedRequest in com.google.genkit.ai
Methods in com.google.genkit.ai with parameters of type EmbedRequestModifier and TypeMethodDescriptionEmbedder.run(ActionContext ctx, EmbedRequest input) Embedder.run(ActionContext ctx, EmbedRequest input, Consumer<Void> streamCallback) Method parameters in com.google.genkit.ai with type arguments of type EmbedRequestModifier and TypeMethodDescriptionEmbedder.Builder.handler(BiFunction<ActionContext, EmbedRequest, EmbedResponse> handler) Constructor parameters in com.google.genkit.ai with type arguments of type EmbedRequestModifierConstructorDescriptionEmbedder(String name, EmbedderInfo info, BiFunction<ActionContext, EmbedRequest, EmbedResponse> handler) Creates a new Embedder. -
Uses of EmbedRequest in com.google.genkit.plugins.googlegenai
Methods in com.google.genkit.plugins.googlegenai with parameters of type EmbedRequestModifier and TypeMethodDescriptionGeminiEmbedder.run(ActionContext context, EmbedRequest request) -
Uses of EmbedRequest in com.google.genkit.plugins.openai
Methods in com.google.genkit.plugins.openai with parameters of type EmbedRequestModifier and TypeMethodDescriptionOpenAIEmbedder.run(ActionContext context, EmbedRequest request)