VectorSearchProfile Class
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.
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. |
CompressionName |
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. |
VectorizerName |
The name of the vectorization being configured for use with vector search. |
Applies to
Azure SDK for .NET