AutoBE
    Preparing search index...

    Interface NormalizedDocumentChunk

    interface NormalizedDocumentChunk {
        content: string;
        documentId: string;
        externalId?: string;
        id: string;
        kind: DocumentChunkKind;
        metadata?: JsonRecord;
        order: number;
        source?: ChunkSource;
        structural?: ChunkStructural;
    }

    Hierarchy (View Summary)

    Index

    Properties

    content: string
    documentId: string
    externalId?: string
    id: string
    metadata?: JsonRecord
    order: number

    Core-normalized 0-based contiguous order.

    source?: ChunkSource
    structural?: ChunkStructural