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