VectorSearchAlgorithmKind Struct
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.
The algorithm used for indexing and querying.
public readonly struct VectorSearchAlgorithmKind : IEquatable<Azure.Search.Documents.Indexes.Models.VectorSearchAlgorithmKind>
type VectorSearchAlgorithmKind = struct
Public Structure VectorSearchAlgorithmKind
Implements IEquatable(Of VectorSearchAlgorithmKind)
- Inheritance
-
VectorSearchAlgorithmKind
- Implements
Constructors
| Name | Description |
|---|---|
| VectorSearchAlgorithmKind(String) |
Initializes a new instance of VectorSearchAlgorithmKind. |
Properties
| Name | Description |
|---|---|
| ExhaustiveKnn |
Exhaustive KNN algorithm which will perform brute-force search. |
| Hnsw |
HNSW (Hierarchical Navigable Small World), a type of approximate nearest neighbors algorithm. |
Methods
| Name | Description |
|---|---|
| Equals(VectorSearchAlgorithmKind) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(VectorSearchAlgorithmKind, VectorSearchAlgorithmKind) |
Determines if two VectorSearchAlgorithmKind values are the same. |
| Implicit(String to Nullable<VectorSearchAlgorithmKind>) | |
| Implicit(String to VectorSearchAlgorithmKind) |
Converts a string to a VectorSearchAlgorithmKind. |
| Inequality(VectorSearchAlgorithmKind, VectorSearchAlgorithmKind) |
Determines if two VectorSearchAlgorithmKind values are not the same. |