IndexedSharePointKnowledgeSourceParams interface
指定已編製索引的 SharePoint 知識來源的執行階段參數
- Extends
屬性
| kind | 多型歧視性,指定這個物件可以是的不同類型 |
繼承的屬性
| always |
表示此知識來源應該略過來源選取,並一律在擷取時進行查詢。 |
| include |
指出是否應包含從此來源擷取的資料的參考。 |
| include |
指出參照是否應該在其承載中包含擷取期間取得的結構化資料。 |
| knowledge |
參數套用的索引名稱。 |
| reranker |
所有擷取的文件都必須符合重新排序器臨界值,才能包含在回應中。 |
屬性詳細資料
kind
多型歧視性,指定這個物件可以是的不同類型
kind: "indexedSharePoint"
屬性值
"indexedSharePoint"
繼承的屬性詳細資料
alwaysQuerySource
表示此知識來源應該略過來源選取,並一律在擷取時進行查詢。
alwaysQuerySource?: boolean
屬性值
boolean
includeReferences
指出是否應包含從此來源擷取的資料的參考。
includeReferences?: boolean
屬性值
boolean
includeReferenceSourceData
指出參照是否應該在其承載中包含擷取期間取得的結構化資料。
includeReferenceSourceData?: boolean
屬性值
boolean
knowledgeSourceName
rerankerThreshold
所有擷取的文件都必須符合重新排序器臨界值,才能包含在回應中。
rerankerThreshold?: number
屬性值
number