次の方法で共有


VectorQuery type

ベクター検索クエリとハイブリッド検索クエリのクエリ パラメーター。

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