A Genkit instance
The params for the indexer
OptionalclientParams?: PineconeConfigurationPineconeConfiguration containing the PINECONE_API_KEY. If not set, the PINECONE_API_KEY environment variable will be used instead.
OptionalcontentKey?: stringThe metadata key that contains the content. If not specified, the value '_content' is used by default.
The embedder to use for the retriever
OptionalembedderOptions?: z.TypeOf<EmbedderCustomOptions>Options to customize the embedder
The name of the indexer
OptionaltextKey?: stringA Genkit indexer
Configures a Pinecone indexer.