PineconeVectorStoreOptions.VectorStoreCollectionFactory Property
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.
Caution
To control how collections are instantiated, extend your provider's IVectorStore implementation and override GetCollection()
An optional factory to use for constructing PineconeVectorStoreRecordCollection<TRecord> instances, if a custom record collection is required.
[System.Obsolete("To control how collections are instantiated, extend your provider's IVectorStore implementation and override GetCollection()")]
public Microsoft.SemanticKernel.Connectors.Pinecone.IPineconeVectorStoreRecordCollectionFactory? VectorStoreCollectionFactory { get; init; }
[<System.Obsolete("To control how collections are instantiated, extend your provider's IVectorStore implementation and override GetCollection()")>]
member this.VectorStoreCollectionFactory : Microsoft.SemanticKernel.Connectors.Pinecone.IPineconeVectorStoreRecordCollectionFactory with get, set
Public Property VectorStoreCollectionFactory As IPineconeVectorStoreRecordCollectionFactory
Property Value
- Attributes