BaseKnowledgeBaseReference interface
Base type for references.
Properties
| activity |
The source activity ID for the reference. |
| id | The ID of the reference. |
| reranker |
The reranker score for the document reference. |
| source |
The source data for the reference. |
| type | The discriminator possible values: searchIndex, azureBlob, indexedOneLake, web |
Property Details
activitySource
The source activity ID for the reference.
activitySource: number
Property Value
number
id
The ID of the reference.
id: string
Property Value
string
rerankerScore
The reranker score for the document reference.
rerankerScore?: number
Property Value
number
sourceData
The source data for the reference.
sourceData?: Record<string, unknown>
Property Value
Record<string, unknown>
type
The discriminator possible values: searchIndex, azureBlob, indexedOneLake, web
type: string
Property Value
string