WeaviateVectorStoreOptions.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.
An optional factory to use for constructing WeaviateVectorStoreRecordCollection<TRecord> instances, if a custom record collection is required.
public Microsoft.SemanticKernel.Connectors.Weaviate.IWeaviateVectorStoreRecordCollectionFactory? VectorStoreCollectionFactory { get; init; }
member this.VectorStoreCollectionFactory : Microsoft.SemanticKernel.Connectors.Weaviate.IWeaviateVectorStoreRecordCollectionFactory with get, set
Public Property VectorStoreCollectionFactory As IWeaviateVectorStoreRecordCollectionFactory