Share via


AzureSearchQueryType Struct

Definition

The type of Azure Search retrieval query that should be executed when using it as an Azure OpenAI chat extension.

public readonly struct AzureSearchQueryType : IEquatable<Azure.AI.OpenAI.AzureSearchQueryType>
type AzureSearchQueryType = struct
Public Structure AzureSearchQueryType
Implements IEquatable(Of AzureSearchQueryType)
Inheritance
AzureSearchQueryType
Implements

Constructors

AzureSearchQueryType(String)

Initializes a new instance of AzureSearchQueryType.

Properties

Semantic

Represents the semantic query parser for advanced semantic modeling.

Simple

Represents the default, simple query parser.

Vector

Represents vector search over computed data.

VectorSemanticHybrid

Represents a combination of semantic search and vector data querying.

VectorSimpleHybrid

Represents a combination of the simple query strategy with vector data.

Methods

Equals(AzureSearchQueryType)

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

Equality(AzureSearchQueryType, AzureSearchQueryType)

Determines if two AzureSearchQueryType values are the same.

Implicit(String to AzureSearchQueryType)

Converts a string to a AzureSearchQueryType.

Inequality(AzureSearchQueryType, AzureSearchQueryType)

Determines if two AzureSearchQueryType values are not the same.

Applies to