PineconeKernelBuilderExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods to register Pinecone IVectorStore instances on the IKernelBuilder.
public static class PineconeKernelBuilderExtensions
type PineconeKernelBuilderExtensions = class
Public Module PineconeKernelBuilderExtensions
- Inheritance
-
PineconeKernelBuilderExtensions
Methods
AddPineconeVectorStore(IKernelBuilder, PineconeVectorStoreOptions, String) |
Register a Pinecone IVectorStore with the specified service ID and where Pinecone.PineconeClient is retrieved from the dependency injection container. |
AddPineconeVectorStore(IKernelBuilder, String, PineconeVectorStoreOptions, String) |
Register a Pinecone IVectorStore with the specified service ID and where Pinecone.PineconeClient is constructed using the provided apikey. |