VectorSearchAlgorithmConfiguration Class

Definition

Contains configuration options specific to the algorithm used during indexing or querying. Please note VectorSearchAlgorithmConfiguration is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExhaustiveKnnAlgorithmConfiguration and HnswAlgorithmConfiguration.

public abstract class VectorSearchAlgorithmConfiguration
type VectorSearchAlgorithmConfiguration = class
Public MustInherit Class VectorSearchAlgorithmConfiguration
Inheritance
VectorSearchAlgorithmConfiguration
Derived

Constructors

VectorSearchAlgorithmConfiguration(String)

Initializes a new instance of VectorSearchAlgorithmConfiguration.

Properties

Name

The name to associate with this particular configuration.

Applies to