通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RemoteSharePointKnowledgeSourceParams interface

指定远程 SharePoint 知识源的运行时参数

扩展

属性

filterExpressionAddOn

应用于 SharePoint 数据源的筛选条件。 必须在关键字查询语言语法中指定它。 它将与知识源定义中指定的筛选器表达式结合使用。

kind

多态鉴别器,它指定此对象可以的不同类型的

继承属性

alwaysQuerySource

指示此知识源应绕过源选择,并始终在检索时进行查询。

includeReferences

指示是否应为从此源检索的数据包含引用。

includeReferenceSourceData

指示引用是否应在其有效负载中包含检索期间获得的结构化数据。

knowledgeSourceName

参数应用到的索引的名称。

rerankerThreshold

所有检索到的文档必须满足重新排序器阈值才能包含在响应中。

属性详细信息

filterExpressionAddOn

应用于 SharePoint 数据源的筛选条件。 必须在关键字查询语言语法中指定它。 它将与知识源定义中指定的筛选器表达式结合使用。

filterExpressionAddOn?: string

属性值

string

kind

多态鉴别器,它指定此对象可以的不同类型的

kind: "remoteSharePoint"

属性值

"remoteSharePoint"

继承属性详细信息

alwaysQuerySource

指示此知识源应绕过源选择,并始终在检索时进行查询。

alwaysQuerySource?: boolean

属性值

boolean

继承自KnowledgeSourceParams.alwaysQuerySource

includeReferences

指示是否应为从此源检索的数据包含引用。

includeReferences?: boolean

属性值

boolean

继承自KnowledgeSourceParams.includeReferences

includeReferenceSourceData

指示引用是否应在其有效负载中包含检索期间获得的结构化数据。

includeReferenceSourceData?: boolean

属性值

boolean

继承自KnowledgeSourceParams.includeReferenceSourceData

knowledgeSourceName

参数应用到的索引的名称。

knowledgeSourceName: string

属性值

string

继承自KnowledgeSourceParams.knowledgeSourceName

rerankerThreshold

所有检索到的文档必须满足重新排序器阈值才能包含在响应中。

rerankerThreshold?: number

属性值

number

继承自KnowledgeSourceParams.rerankerThreshold