Share via


VectorStoreCollectionDefinition Class

Definition

Describes the properties of a record in a vector store collection.

public ref class VectorStoreCollectionDefinition sealed
public sealed class VectorStoreCollectionDefinition
type VectorStoreCollectionDefinition = class
Public NotInheritable Class VectorStoreCollectionDefinition
Inheritance
VectorStoreCollectionDefinition

Remarks

Each property contains additional information about how the property will be treated by the vector store.

Constructors

VectorStoreCollectionDefinition()

Properties

EmbeddingGenerator

Gets or sets the default embedding generator for vector properties in this collection.

Properties

Gets or sets the list of properties that are stored in the record.

Applies to