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

    Type Alias TypedReferenceModel

    TypedReferenceModel:
        | { type: "doc_x" } & DocxReferenceModel
        | { type: "json" } & JsonReferenceModel
        | { type: "markdown" } & MarkdownReferenceModel
        | { type: "pdf" } & PdfReferenceModel
        | { type: "text" } & TextReferenceModel