Uses of Class
com.google.genkit.plugins.pinecone.PineconeIndexConfig
Packages that use PineconeIndexConfig
Package
Description
Pinecone plugin for Genkit providing vector database integration.
-
Uses of PineconeIndexConfig in com.google.genkit.plugins.pinecone
Methods in com.google.genkit.plugins.pinecone that return PineconeIndexConfigModifier and TypeMethodDescriptionPineconeIndexConfig.Builder.build()Builds the PineconeIndexConfig.PineconeVectorStore.getConfig()Gets the index configuration.Methods in com.google.genkit.plugins.pinecone with parameters of type PineconeIndexConfigModifier and TypeMethodDescriptionPineconePlugin.Builder.addIndex(PineconeIndexConfig indexConfig) Adds an index configuration.Constructors in com.google.genkit.plugins.pinecone with parameters of type PineconeIndexConfigModifierConstructorDescriptionPineconeVectorStore(io.pinecone.clients.Pinecone pinecone, PineconeIndexConfig config, Embedder embedder) Creates a new PineconeVectorStore.