@vectorize-io/vectorize-client
    Preparing search index...

    Interface Pinecone

    Pinecone

    interface Pinecone {
        config: PINECONEAuthConfig;
        name: string;
        type: "PINECONE";
    }
    Index

    Properties

    Properties

    Pinecone

    name: string

    Name of the connector

    Pinecone

    type: "PINECONE"

    Connector type (must be "PINECONE")

    Pinecone