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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET