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

    Interface QDRANTAuthConfig

    Authentication configuration for Qdrant

    QDRANTAuthConfig

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

    Properties

    Properties

    apiKey: string

    API Key. Example: Enter your API key

    QDRANTAuthConfig

    host: string

    Host. Example: Enter your host

    QDRANTAuthConfig