Pinecone TypeScript SDK - v8.1.0
    Preparing search index...

    Interface ReferenceModel

    Describes a single reference in a citation.

    ReferenceModel

    interface ReferenceModel {
        file?: AssistantFileModel;
        highlight?: HighlightModel | null;
        pages?: number[];
    }
    Index

    ReferenceModel

    highlight?: HighlightModel | null

    ReferenceModel

    pages?: number[]

    A list of page numbers in the referenced document that contain the relevant content.

    ReferenceModel