다음을 통해 공유


AzureAISearchQueryType type

Azure AI Search 도구에 사용할 수 있는 쿼리 유형입니다.

type AzureAISearchQueryType =
  | "simple"
  | "semantic"
  | "vector"
  | "vector_simple_hybrid"
  | "vector_semantic_hybrid"