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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET