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

    Interface Voyage

    Voyage

    interface Voyage {
        config: VOYAGEAuthConfig;
        name: string;
        type: "VOYAGE";
    }
    Index

    Properties

    Properties

    Voyage

    name: string

    Name of the connector

    Voyage

    type: "VOYAGE"

    Must be "VOYAGE"

    Voyage