VectorSearchProfile interface
Defines a combination of configurations to use with vector search.
Properties
algorithm |
The name of the vector search algorithm configuration that specifies the algorithm and optional parameters. |
compression |
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 vectorization being configured for use with vector search. |
Property Details
algorithmConfigurationName
The name of the vector search algorithm configuration that specifies the algorithm and optional parameters.
algorithmConfigurationName: string
Property Value
string
compressionName
The name of the compression method configuration that specifies the compression method and optional parameters.
compressionName?: string
Property Value
string
name
The name to associate with this particular vector search profile.
name: string
Property Value
string
vectorizerName
The name of the vectorization being configured for use with vector search.
vectorizerName?: string
Property Value
string