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