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

    Interface ANTHROPICAuthConfig

    Authentication configuration for Anthropic

    ANTHROPICAuthConfig

    interface ANTHROPICAuthConfig {
        key: string;
    }
    Index

    Properties

    Properties

    key: string

    API Key. Example: Enter your Anthropic API Key

    ANTHROPICAuthConfig