PineconeServiceCollectionExtensions 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 an IServiceCollection.
public static class PineconeServiceCollectionExtensions
type PineconeServiceCollectionExtensions = class
Public Module PineconeServiceCollectionExtensions
- Inheritance
-
PineconeServiceCollectionExtensions
Methods
AddPineconeVectorStore(IServiceCollection, PineconeVectorStoreOptions, String) |
Register a Pinecone IVectorStore with the specified service ID and where Pinecone.PineconeClient is retrieved from the dependency injection container. |
AddPineconeVectorStore(IServiceCollection, String, PineconeVectorStoreOptions, String) |
Register a Pinecone IVectorStore with the specified service ID and where Pinecone.PineconeClient is constructed using the provided apikey. |