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

    Interface CAPELLAConfig

    Configuration for Couchbase Capella connector

    CAPELLAConfig

    interface CAPELLAConfig {
        bucket: string;
        collection: string;
        index: string;
        scope: string;
    }
    Index

    Properties

    bucket: string

    Bucket Name. Example: Enter bucket name

    CAPELLAConfig

    collection: string

    Collection Name. Example: Enter collection name

    CAPELLAConfig

    index: string

    Search Index Name. Example: Enter search index name

    CAPELLAConfig

    scope: string

    Scope Name. Example: Enter scope name

    CAPELLAConfig