Uses of Interface
com.google.genkit.core.Plugin
Packages that use Plugin
Package
Description
Firebase plugin for Genkit providing integration with Firebase services.
Pinecone plugin for Genkit providing vector database integration.
PostgreSQL plugin for Genkit providing vector database integration using
pgvector extension.
Weaviate plugin for Genkit providing vector database integration for RAG
workflows.
-
Uses of Plugin in com.google.genkit
Methods in com.google.genkit that return types with arguments of type PluginMethods in com.google.genkit with parameters of type Plugin -
Uses of Plugin in com.google.genkit.core
Subinterfaces of Plugin in com.google.genkit.coreModifier and TypeInterfaceDescriptioninterfaceDynamicPlugin is a Plugin that can dynamically resolve actions.interfaceServerPlugin is an extended Plugin interface for plugins that provide HTTP server functionality.Methods in com.google.genkit.core that return PluginModifier and TypeMethodDescriptionDefaultRegistry.lookupPlugin(String name) Registry.lookupPlugin(String name) Returns the plugin for the given name.Methods in com.google.genkit.core that return types with arguments of type PluginModifier and TypeMethodDescriptionDefaultRegistry.listPlugins()Registry.listPlugins()Returns a list of all registered plugins.Methods in com.google.genkit.core with parameters of type PluginModifier and TypeMethodDescriptionvoidDefaultRegistry.registerPlugin(String name, Plugin plugin) voidRegistry.registerPlugin(String name, Plugin plugin) Records the plugin in the registry. -
Uses of Plugin in com.google.genkit.plugins.anthropic
Classes in com.google.genkit.plugins.anthropic that implement PluginModifier and TypeClassDescriptionclassAnthropicPlugin provides Anthropic Claude model integrations for Genkit. -
Uses of Plugin in com.google.genkit.plugins.awsbedrock
Classes in com.google.genkit.plugins.awsbedrock that implement PluginModifier and TypeClassDescriptionclassAwsBedrockPlugin provides AWS Bedrock model integrations for Genkit. -
Uses of Plugin in com.google.genkit.plugins.azurefoundry
Classes in com.google.genkit.plugins.azurefoundry that implement PluginModifier and TypeClassDescriptionclassAzureFoundryPlugin provides Azure AI Foundry model integrations for Genkit. -
Uses of Plugin in com.google.genkit.plugins.cohere
Classes in com.google.genkit.plugins.cohere that implement PluginModifier and TypeClassDescriptionclassCoherePlugin provides Cohere model integrations for Genkit. -
Uses of Plugin in com.google.genkit.plugins.compatoai
Classes in com.google.genkit.plugins.compatoai that implement PluginModifier and TypeClassDescriptionclassCompatOAIPlugin provides a generic OpenAI-compatible API integration for Genkit. -
Uses of Plugin in com.google.genkit.plugins.deepseek
Classes in com.google.genkit.plugins.deepseek that implement PluginModifier and TypeClassDescriptionclassDeepSeekPlugin provides DeepSeek model integrations for Genkit. -
Uses of Plugin in com.google.genkit.plugins.evaluators
Classes in com.google.genkit.plugins.evaluators that implement Plugin -
Uses of Plugin in com.google.genkit.plugins.firebase
Classes in com.google.genkit.plugins.firebase that implement PluginModifier and TypeClassDescriptionclassFirebase plugin for Genkit providing integration with Firebase services. -
Uses of Plugin in com.google.genkit.plugins.googlegenai
Classes in com.google.genkit.plugins.googlegenai that implement PluginModifier and TypeClassDescriptionclassGoogle GenAI plugin for Genkit using the official Google GenAI SDK. -
Uses of Plugin in com.google.genkit.plugins.groq
Classes in com.google.genkit.plugins.groq that implement PluginModifier and TypeClassDescriptionclassGroqPlugin provides Groq model integrations for Genkit. -
Uses of Plugin in com.google.genkit.plugins.jetty
Classes in com.google.genkit.plugins.jetty that implement PluginModifier and TypeClassDescriptionclassJettyPlugin provides HTTP endpoints for Genkit flows. -
Uses of Plugin in com.google.genkit.plugins.localvec
Classes in com.google.genkit.plugins.localvec that implement PluginModifier and TypeClassDescriptionclassLocal file-based vector store plugin for development and testing. -
Uses of Plugin in com.google.genkit.plugins.mcp
Classes in com.google.genkit.plugins.mcp that implement Plugin -
Uses of Plugin in com.google.genkit.plugins.mistral
Classes in com.google.genkit.plugins.mistral that implement PluginModifier and TypeClassDescriptionclassMistralPlugin provides Mistral AI model integrations for Genkit. -
Uses of Plugin in com.google.genkit.plugins.ollama
Classes in com.google.genkit.plugins.ollama that implement PluginModifier and TypeClassDescriptionclassOllamaPlugin provides local Ollama model integrations for Genkit. -
Uses of Plugin in com.google.genkit.plugins.openai
Classes in com.google.genkit.plugins.openai that implement PluginModifier and TypeClassDescriptionclassOpenAIPlugin provides OpenAI model integrations for Genkit. -
Uses of Plugin in com.google.genkit.plugins.pinecone
Classes in com.google.genkit.plugins.pinecone that implement PluginModifier and TypeClassDescriptionclassPinecone plugin for Genkit providing vector database functionality. -
Uses of Plugin in com.google.genkit.plugins.postgresql
Classes in com.google.genkit.plugins.postgresql that implement PluginModifier and TypeClassDescriptionclassPostgreSQL plugin for Genkit providing vector database functionality using pgvector. -
Uses of Plugin in com.google.genkit.plugins.spring
Classes in com.google.genkit.plugins.spring that implement PluginModifier and TypeClassDescriptionclassSpringPlugin provides HTTP endpoints for Genkit flows using Spring Boot. -
Uses of Plugin in com.google.genkit.plugins.weaviate
Classes in com.google.genkit.plugins.weaviate that implement PluginModifier and TypeClassDescriptionclassWeaviate plugin for Genkit providing vector database integration. -
Uses of Plugin in com.google.genkit.plugins.xai
Classes in com.google.genkit.plugins.xai that implement PluginModifier and TypeClassDescriptionclassXAIPlugin provides XAI (x.ai / Grok) model integrations for Genkit.