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

    Interface PINECONEAuthConfig

    Authentication configuration for Pinecone

    PINECONEAuthConfig

    interface PINECONEAuthConfig {
        apiKey: string;
    }
    Index

    Properties

    Properties

    apiKey: string

    API Key. Example: Enter your API Key

    PINECONEAuthConfig