다음을 통해 공유


AISearchIndexResource interface

AI 검색 인덱스 리소스입니다.

속성

filter

검색 리소스에 대한 필터 문자열입니다. 여기에서 자세히 알아보세요.

index_asset_id

검색 리소스의 인덱스 자산 ID입니다.

index_name

이 에이전트에 연결된 IndexResource의 인덱스 이름입니다.

project_connection_id

이 에이전트에 연결된 IndexResource의 인덱스 연결 ID입니다.

query_type

이 에이전트에 연결된 AIIndexResource의 쿼리 유형입니다.

top_k

검색에서 검색하여 모델에 표시할 문서 수입니다.

속성 세부 정보

filter

검색 리소스에 대한 필터 문자열입니다. 여기에서 자세히 알아보세요.

filter?: string

속성 값

string

index_asset_id

검색 리소스의 인덱스 자산 ID입니다.

index_asset_id?: string

속성 값

string

index_name

이 에이전트에 연결된 IndexResource의 인덱스 이름입니다.

index_name?: string

속성 값

string

project_connection_id

이 에이전트에 연결된 IndexResource의 인덱스 연결 ID입니다.

project_connection_id?: string

속성 값

string

query_type

이 에이전트에 연결된 AIIndexResource의 쿼리 유형입니다.

query_type?: AzureAISearchQueryType

속성 값

top_k

검색에서 검색하여 모델에 표시할 문서 수입니다.

top_k?: number

속성 값

number