Share via


VectorStoreCollectionOptions Class

Definition

Defines an abstract base class for options passed to a collection.

public ref class VectorStoreCollectionOptions abstract
public abstract class VectorStoreCollectionOptions
type VectorStoreCollectionOptions = class
Public MustInherit Class VectorStoreCollectionOptions
Inheritance
VectorStoreCollectionOptions

Constructors

VectorStoreCollectionOptions()

Initializes a new instance of the VectorStoreCollectionOptions class.

VectorStoreCollectionOptions(VectorStoreCollectionOptions)

Initializes a new instance of the VectorStoreCollectionOptions class.

Properties

Definition

Gets or sets an optional record definition that defines the schema of the record type.

EmbeddingGenerator

Gets or sets the default embedding generator to use when generating vectors embeddings with this collection.

Applies to