VectorSearchProfile Class

Definition

Defines a combination of configurations to use with vector search.

public class VectorSearchProfile
type VectorSearchProfile = class
Public Class VectorSearchProfile
Inheritance
VectorSearchProfile

Constructors

VectorSearchProfile(String, String)

Initializes a new instance of VectorSearchProfile.

Properties

AlgorithmConfigurationName

The name of the vector search algorithm configuration that specifies the algorithm and optional parameters.

CompressionConfigurationName

The name of the compression method configuration that specifies the compression method and optional parameters.

Name

The name to associate with this particular vector search profile.

Vectorizer

The name of the kind of vectorization method being configured for use with vector search.

Applies to