SearchIndexKnowledgeSourceParams interface
指定搜索索引知识源的运行时参数
属性
| filter |
应用于索引的筛选条件(例如,“State eq VA”)。 |
| kind | 判别值。 |
继承属性
| include |
指示是否应为从此源检索的数据包含引用。 |
| include |
指示引用是否应在其有效负载中包含检索期间获得的结构化数据。 |
| knowledge |
参数应用到的索引的名称。 |
| reranker |
所有检索到的文档必须满足重新排序器阈值才能包含在响应中。 |
属性详细信息
filterAddOn
应用于索引的筛选条件(例如,“State eq VA”)。
filterAddOn?: string
属性值
string
kind
判别值。
kind: "searchIndex"
属性值
"searchIndex"
继承属性详细信息
includeReferences
指示是否应为从此源检索的数据包含引用。
includeReferences?: boolean
属性值
boolean
includeReferenceSourceData
指示引用是否应在其有效负载中包含检索期间获得的结构化数据。
includeReferenceSourceData?: boolean
属性值
boolean
knowledgeSourceName
rerankerThreshold
所有检索到的文档必须满足重新排序器阈值才能包含在响应中。
rerankerThreshold?: number
属性值
number