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 |
Dictionary of <any> |
| type | Polymorphic discriminator, which specifies the different types this object can be |
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
Dictionary of <any>
sourceData?: {[propertyName: string]: any}
Property Value
{[propertyName: string]: any}
type
Polymorphic discriminator, which specifies the different types this object can be
type: "azureBlob" | "searchIndex" | "indexedSharePoint" | "indexedOneLake" | "web" | "remoteSharePoint"
Property Value
"azureBlob" | "searchIndex" | "indexedSharePoint" | "indexedOneLake" | "web" | "remoteSharePoint"