VectorSearchOptions 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.
Options for performing Vector Search.
public class VectorSearchOptions
type VectorSearchOptions = class
Public Class VectorSearchOptions
- Inheritance
-
VectorSearchOptions
Constructors
VectorSearchOptions() |
Initializes a new instance of VectorSearchOptions. |
Properties
FilterMode |
Determines whether or not filters are applied before or after the vector search is performed. Default is PreFilter for new indexes. |
Queries |
The query parameters for multi-vector search queries. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET