AISearchIndexResource interface
AI 搜尋索引資源。
屬性
| filter | 搜索資源的 filter 字串。 |
| index |
為搜索資源的資產 ID 編製索引。 |
| index |
附加至此代理程式之 IndexResource 中的索引連接標識碼。 |
| index |
附加至此代理程式之 IndexResource 中的索引名稱。 |
| query |
附加至此代理程式的 AIIndexResource 中的查詢類型。 |
| topK | 要從搜尋中擷取並呈現至模型的檔數目。 |
屬性詳細資料
filter
搜索資源的 filter 字串。
filter?: string
屬性值
string
indexAssetId
為搜索資源的資產 ID 編製索引。
indexAssetId?: string
屬性值
string
indexConnectionId
附加至此代理程式之 IndexResource 中的索引連接標識碼。
indexConnectionId?: string
屬性值
string
indexName
附加至此代理程式之 IndexResource 中的索引名稱。
indexName?: string
屬性值
string
queryType
topK
要從搜尋中擷取並呈現至模型的檔數目。
topK?: number
屬性值
number