package
0.2.1
Repository: https://github.com/firebase/genkit.git
Documentation: pkg.go.dev

# Functions

DefineEmbedder defines an embedder with a given name.
DefineModel defines an unknown model with the given name.
Embedder returns the [ai.Embedder] with the given name.
Init initializes the plugin and all known models and embedders.
IsDefinedEmbedder reports whether the named [Embedder] is defined by this plugin.
IsDefinedModel reports whether the named [Model] is defined by this plugin.
Model returns the [ai.Model] with the given name.

# Structs

Config is the configuration for the plugin.