共用方式為


VectorQuery type

向量和混合式搜尋查詢的查詢參數。

type VectorQuery<TModel> =
  | VectorizedQuery<TModel>
  | VectorizableTextQuery<TModel>