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

    Interface WEAVIATEAuthConfig

    Authentication configuration for Weaviate

    WEAVIATEAuthConfig

    interface WEAVIATEAuthConfig {
        apiKey: string;
        host: string;
    }
    Index

    Properties

    Properties

    apiKey: string

    API Key. Example: Enter your API key

    WEAVIATEAuthConfig

    host: string

    Endpoint. Example: Enter your Weaviate Cluster REST Endpoint

    WEAVIATEAuthConfig