Share via


AISearchIndexResource interface

A AI Search Index resource.

Properties

filter

filter string for search resource.

indexAssetId

Index asset id for search resource.

indexConnectionId

An index connection id in an IndexResource attached to this agent.

indexName

The name of an index in an IndexResource attached to this agent.

queryType

Type of query in an AIIndexResource attached to this agent.

topK

Number of documents to retrieve from search and present to the model.

Property Details

filter

filter string for search resource.

filter?: string

Property Value

string

indexAssetId

Index asset id for search resource.

indexAssetId?: string

Property Value

string

indexConnectionId

An index connection id in an IndexResource attached to this agent.

indexConnectionId: string

Property Value

string

indexName

The name of an index in an IndexResource attached to this agent.

indexName: string

Property Value

string

queryType

Type of query in an AIIndexResource attached to this agent.

queryType?: AzureAISearchQueryType

Property Value

topK

Number of documents to retrieve from search and present to the model.

topK?: number

Property Value

number