PineconeVectorStoreOptions 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.
Options when creating a PineconeVectorStore.
public sealed class PineconeVectorStoreOptions
type PineconeVectorStoreOptions = class
Public NotInheritable Class PineconeVectorStoreOptions
- Inheritance
-
PineconeVectorStoreOptions
Constructors
PineconeVectorStoreOptions() |
Properties
VectorStoreCollectionFactory |
An optional factory to use for constructing PineconeVectorStoreRecordCollection<TRecord> instances, if a custom record collection is required. |