Package version:

Interface KnowledgeBaseIndexedOneLakeReference

Represents an Azure Blob Storage document reference.

interface KnowledgeBaseIndexedOneLakeReference {
    activitySource: number;
    docUrl?: string;
    id: string;
    rerankerScore?: number;
    sourceData?: {
        [propertyName: string]: any;
    };
    type: "indexedOneLake";
}

Hierarchy (view full)

Properties

activitySource: number

The source activity ID for the reference.

docUrl?: string

The document URL for the reference.

id: string

The ID of the reference.

rerankerScore?: number

The reranker score for the document reference.

sourceData?: {
    [propertyName: string]: any;
}

Dictionary of

type

Polymorphic discriminator, which specifies the different types this object can be