Uses of Class
com.google.genkit.plugins.pinecone.PineconeVectorStore
Packages that use PineconeVectorStore
Package
Description
Pinecone plugin for Genkit providing vector database integration.
-
Uses of PineconeVectorStore in com.google.genkit.plugins.pinecone
Methods in com.google.genkit.plugins.pinecone that return PineconeVectorStoreModifier and TypeMethodDescriptionPineconePlugin.getVectorStore(String indexName) Gets a vector store by index name.PineconePlugin.getVectorStore(String indexName, String namespace) Gets a vector store by index name and namespace.