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

    Interface PINECONEConfig

    Configuration for Pinecone connector

    PINECONEConfig

    interface PINECONEConfig {
        index: string;
        namespace?: string;
    }
    Index

    Properties

    Properties

    index: string

    Index Name. Example: Enter index name

    PINECONEConfig

    namespace?: string

    Namespace. Example: Enter namespace

    PINECONEConfig