BaseKnowledgeSourceParams interface
知识源运行时参数的基础类型。
属性
| include |
指示是否应为从此源检索的数据包含引用。 |
| include |
指示引用是否应在其有效负载中包含检索期间获得的结构化数据。 |
| kind | 判别器可能的值:searchIndex、azureBlob、indexedOneLake、web |
| knowledge |
参数应用到的索引的名称。 |
| reranker |
所有检索到的文档必须满足重新排序器阈值才能包含在响应中。 |
属性详细信息
includeReferences
指示是否应为从此源检索的数据包含引用。
includeReferences?: boolean
属性值
boolean
includeReferenceSourceData
指示引用是否应在其有效负载中包含检索期间获得的结构化数据。
includeReferenceSourceData?: boolean
属性值
boolean
kind
判别器可能的值:searchIndex、azureBlob、indexedOneLake、web
kind: string
属性值
string
knowledgeSourceName
参数应用到的索引的名称。
knowledgeSourceName: string
属性值
string
rerankerThreshold
所有检索到的文档必须满足重新排序器阈值才能包含在响应中。
rerankerThreshold?: number
属性值
number