KnowledgeBaseSearchIndexReference interface
Represents an Azure Search document reference.
- Extends
Properties
| doc |
The document key for the reference. |
| type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
| activity |
The source activity ID for the reference. |
| id | The ID of the reference. |
| reranker |
The reranker score for the document reference. |
| source |
Dictionary of <any> |
Property Details
docKey
The document key for the reference.
docKey?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "searchIndex"
Property Value
"searchIndex"
Inherited Property Details
activitySource
The source activity ID for the reference.
activitySource: number
Property Value
number
Inherited From KnowledgeBaseReference.activitySource
id
rerankerScore
The reranker score for the document reference.
rerankerScore?: number
Property Value
number
Inherited From KnowledgeBaseReference.rerankerScore
sourceData
Dictionary of <any>
sourceData?: {[propertyName: string]: any}
Property Value
{[propertyName: string]: any}
Inherited From KnowledgeBaseReference.sourceData