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

    Interface Anthropic

    Anthropic

    interface Anthropic {
        config: ANTHROPICAuthConfig;
        name: string;
        type: "ANTHROPIC";
    }
    Index

    Properties

    Properties

    Anthropic

    name: string

    Name of the connector

    Anthropic

    type: "ANTHROPIC"

    Must be "ANTHROPIC"

    Anthropic