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

    Interface JsonReferenceModel

    Represents a reference to a JSON document.

    JsonReferenceModel

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

    JsonReferenceModel

    type: string

    The type of reference. Always json.

    JsonReferenceModel