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

    Interface MarkdownReferenceModel

    Represents a reference to a part of a markdown document.

    MarkdownReferenceModel

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

    MarkdownReferenceModel

    type: string

    The type of reference. Always markdown.

    MarkdownReferenceModel