Share via


ElasticsearchChatDataSource.QueryType Property

Definition

Gets the query type.

public Azure.AI.OpenAI.Chat.DataSourceQueryType? QueryType { get; init; }
member this.QueryType : Nullable<Azure.AI.OpenAI.Chat.DataSourceQueryType> with get, set
Public Property QueryType As Nullable(Of DataSourceQueryType)

Property Value

Remarks

Elasticsearch supports Simple and Vector.

Applies to