Uses of Class
com.google.genkit.ai.EmbedResponse
Packages that use EmbedResponse
Package
Description
-
Uses of EmbedResponse in com.google.genkit
Methods in com.google.genkit that return EmbedResponseModifier and TypeMethodDescriptionGenerates a structured output from the model with a simple prompt. -
Uses of EmbedResponse in com.google.genkit.ai
Methods in com.google.genkit.ai that return EmbedResponseModifier 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 EmbedResponseModifier and TypeMethodDescriptionEmbedder.Builder.handler(BiFunction<ActionContext, EmbedRequest, EmbedResponse> handler) Constructor parameters in com.google.genkit.ai with type arguments of type EmbedResponseModifierConstructorDescriptionEmbedder(String name, EmbedderInfo info, BiFunction<ActionContext, EmbedRequest, EmbedResponse> handler) Creates a new Embedder. -
Uses of EmbedResponse in com.google.genkit.plugins.googlegenai
Methods in com.google.genkit.plugins.googlegenai that return EmbedResponseModifier and TypeMethodDescriptionGeminiEmbedder.run(ActionContext context, EmbedRequest request) -
Uses of EmbedResponse in com.google.genkit.plugins.openai
Methods in com.google.genkit.plugins.openai that return EmbedResponseModifier and TypeMethodDescriptionOpenAIEmbedder.run(ActionContext context, EmbedRequest request)