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

    Interface Groq

    Groq

    interface Groq {
        config: GROQAuthConfig;
        name: string;
        type: "GROQ";
    }
    Index

    Properties

    Properties

    Groq

    name: string

    Name of the connector

    Groq

    type: "GROQ"

    Must be "GROQ"

    Groq