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

    Interface TextReferenceModel

    Represents a reference to a part of a text document.

    TextReferenceModel

    interface TextReferenceModel {
        file: AssistantFileModel;
        type: string;
    }
    Index

    TextReferenceModel

    type: string

    The type of reference. Always text.

    TextReferenceModel