BaseKnowledgeBaseReference interface

Base type for references.

Properties

activitySource

The source activity ID for the reference.

id

The ID of the reference.

rerankerScore

The reranker score for the document reference.

sourceData

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