weaviate-client
    Preparing search index...

    Type Alias ProxiesParams

    You can only specify the gRPC proxy URL at this point in time. This is because ProxiesParams should be used to define tunnelling proxies and Weaviate does not support tunnelling proxies over HTTP/1.1 at this time.

    To use a forwarding proxy you should instead specify its URL as if it were the Weaviate instance itself.

    type ProxiesParams = {
        grpc?: string;
    }
    Index

    Properties

    Properties

    grpc?: string